blob: 652abc62906c379a51c800fade3ae42cdce3bd6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GO_LIBRARY()
LICENSE(MIT)
VERSION(v1.0.2)
SRCS(
location.go
location_string.go
reflectwalk.go
)
GO_TEST_SRCS(reflectwalk_test.go)
END()
RECURSE(
gotest
)
|