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

SRCS(
    crc64.go
)

GO_TEST_SRCS(crc64_test.go)

END()

RECURSE(
)