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

SRCS(
    base64.go
)

GO_TEST_SRCS(base64_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)