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

SRCS(
    hex.go
)

GO_TEST_SRCS(hex_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)