blob: 41a33f15ccd80617c4100709ea7f24054bafaa2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(funcr.go)
GO_TEST_SRCS(funcr_test.go)
GO_XTEST_SRCS(
example_formatter_test.go
example_test.go
)
END()
RECURSE(
example
gotest
)
|