blob: 37dff49ad6c251cc32567ea0c7fe8570adee067d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
decode.go
doc.go
encode.go
well_known_types.go
)
GO_XTEST_SRCS(
bench_test.go
decode_test.go
encode_test.go
)
END()
RECURSE(gotest)
|