blob: 438a3e2c3b6c175f8752356d96f3063c8bc33e5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
equate.go
ignore.go
sort.go
struct_filter.go
xform.go
)
GO_TEST_SRCS(util_test.go)
GO_XTEST_SRCS(example_test.go)
END()
RECURSE(
gotest
)
|