aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dgryski/go-rendezvous/ya.make
blob: 7cc1e13a7d623bbffaf97569fc6941388ce2408b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(MIT)

SRCS(rdv.go)

GO_TEST_SRCS(rdv_test.go)

END()

RECURSE(gotest)