blob: f94dd8563a60728aa2cf50839250b794b18b61c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
compress.go
method_enum.go
reader.go
writer.go
)
GO_TEST_SRCS(
compress_test.go
fuzz_test.go
reader_test.go
)
END()
RECURSE(
gotest
)
|