blob: da21667a1045e62f1153f0cea9967eeb8c8daebb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
checkinit.go
decode.go
decode_gen.go
doc.go
encode.go
encode_gen.go
equal.go
extension.go
merge.go
messageset.go
proto.go
proto_methods.go
reset.go
size.go
size_gen.go
wrappers.go
)
GO_XTEST_SRCS(
bench_test.go
checkinit_test.go
decode_test.go
encode_test.go
equal_test.go
extension_test.go
merge_test.go
messageset_test.go
methods_test.go
nil_test.go
noenforceutf8_test.go
reset_test.go
testmessages_test.go
validate_test.go
weak_test.go
)
END()
RECURSE(gotest)
|