blob: 6ba8a5f13e240b89a815fb5f9da489ef7646cd76 (
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-2-Clause)
SRCS(
reader.go
scan.go
writer.go
)
GO_XTEST_SRCS(
proto_test.go
reader_test.go
scan_test.go
writer_test.go
)
END()
RECURSE(gotest)
|