blob: 064b6af6b9f4e5bb036cbaef96378d96303665e4 (
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(
httptest.go
recorder.go
server.go
)
GO_TEST_SRCS(
httptest_test.go
recorder_test.go
server_test.go
)
GO_XTEST_SRCS(example_test.go)
END()
RECURSE(
)
|