aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/paulmach/orb/internal/length/ya.make
blob: 174649657910c9a6caf79c9bc71753eddcc1a49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(MIT)

SRCS(length.go)

GO_TEST_SRCS(length_test.go)

END()

RECURSE(gotest)