aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/paulmach/orb/geojson/ya.make
blob: 32ec8edaafb60153778d48e611f84fc4123374ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    bbox.go
    feature.go
    feature_collection.go
    geometry.go
    json.go
    properties.go
    types.go
)

GO_TEST_SRCS(
    bbox_test.go
    feature_collection_test.go
    feature_test.go
    geometry_test.go
    properties_test.go
)

GO_XTEST_SRCS(
    example_pointer_test.go
    example_test.go
)

END()

RECURSE(gotest)