blob: 2869c0645a81736490c061afe4e51005e6fe5eec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
endpoints.go
go_module_metadata.go
)
GO_TEST_SRCS(endpoints_test.go)
GO_XTEST_SRCS(package_test.go)
END()
RECURSE(
gotest
)
|