blob: a2aebe1e0bd9ce0d9d1b7a7794e460b1749390c5 (
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(
bitfield.go
)
GO_TEST_SRCS(
bitfield_test.go
gen1_test.go
gen2_test.go
)
END()
RECURSE(
gotest
)
|