blob: 8371548788ab4b26a8e51d39aa887d2d5765d354 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
GO_LIBRARY()
SRCS(
logger.go
reader.go
writer.go
)
GO_TEST_SRCS(
logger_test.go
reader_test.go
writer_test.go
)
GO_XTEST_SRCS(example_test.go)
END()
RECURSE(
)
|