blob: 21da478874e06fea322ba5e789990505cc3defa3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
GO_LIBRARY()
OWNER(g:go-contrib)
LICENSE(MIT)
SRCS(doc.go)
GO_TEST_SRCS(package_test.go)
END()
RECURSE(
assert
gotest
http
mock
require
#suite
)
|