blob: 9e18eb7a5a1b6bf9bf75b16dc03ee2f2c2a41c88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
accept_encoding_gzip.go
doc.go
go_module_metadata.go
)
GO_TEST_SRCS(accept_encoding_gzip_test.go)
END()
RECURSE(
gotest
)
|