blob: 4b665b9ddd5ec8685cb37fc25eb8d9c0a437163d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
doc.go
strings.go
uri.go
)
GO_TEST_SRCS(
strings_test.go
uri_test.go
)
END()
RECURSE(
gotest
)
|