aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ClickHouse/ch-go/internal/gold/ya.make
blob: 81f9c84554873da68a504be3b66f4821ab7789bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(gold.go)

GO_XTEST_SRCS(gold_test.go)

END()

RECURSE(gotest)