blob: 75abbcfb8111d0d0215c5470480f503359d7a511 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
GO_LIBRARY()
LICENSE(MIT)
SRCS(line_string.go)
GO_TEST_SRCS(line_string_test.go)
GO_XTEST_SRCS(
benchmarks_test.go
example_test.go
)
END()
RECURSE(gotest)
|