aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/hash/fnv/ya.make
blob: 1e22830518fc5c9f2929ea92dbeff847e7555c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    fnv.go
)

GO_TEST_SRCS(fnv_test.go)

END()

RECURSE(
)