blob: 6591cb007f93fbc309a9c171b136b18b57666e8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
GO_LIBRARY()
LICENSE(MIT)
SRCS(
doc.go
docopt.go
error.go
opts.go
pattern.go
token.go
)
GO_TEST_SRCS(
docopt_test.go
example_test.go
opts_test.go
)
END()
RECURSE(gotest)
|