blob: cbafcaa6898d4fde268ad438c64de51ca5b4fd3b (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
clone.go
custom_gogo.go
decode.go
deprecated.go
discard.go
duration.go
duration_gogo.go
encode.go
encode_gogo.go
equal.go
extensions.go
extensions_gogo.go
lib.go
lib_gogo.go
message_set.go
pointer_unsafe.go
pointer_unsafe_gogo.go
properties.go
properties_gogo.go
skip_gogo.go
table_marshal.go
table_marshal_gogo.go
table_merge.go
table_unmarshal.go
table_unmarshal_gogo.go
text.go
text_gogo.go
text_parser.go
timestamp.go
timestamp_gogo.go
wrappers.go
wrappers_gogo.go
)
GO_TEST_SRCS(
# size2_test.go
)
GO_XTEST_SRCS(
# all_test.go
# any_test.go
# clone_test.go
# decode_test.go
# discard_test.go
# encode_test.go
# equal_test.go
# extensions_test.go
# map_test.go
# message_set_test.go
# proto3_test.go
# size_test.go
# text_parser_test.go
# text_test.go
)
END()
RECURSE(
gotest
proto3_proto
test_proto
)
|