aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/zeebo/assert/ya.make
blob: 4ef25e1d7b79679fc021c14cceabf76d0313ef38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(CC0-1.0)

SRCS(assert.go)

GO_TEST_SRCS(assert_test.go)

END()

RECURSE(gotest)