blob: a9aef9a8609511cc3b424dbb078f0c0ad001c24a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
reflect.go
util.go
xform.go
)
GO_TEST_SRCS(
reflect_test.go
util_test.go
xform_test.go
)
END()
RECURSE(gotest)
|