aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/encoding/base32/ya.make
blob: 93cbc4bdf7dd7bf15172104f534e434e31707eb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

SRCS(
    base32.go
)

GO_TEST_SRCS(base32_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)