aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/hash/ya.make
blob: 7c2306b5dd3e6d1840087202f1b61cb408c4d0b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

SRCS(
    hash.go
)

GO_XTEST_SRCS(
    example_test.go
    marshal_test.go
)

END()

RECURSE(
    adler32
    crc32
    crc64
    fnv
    maphash
)