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

SRCS(
    encoding.go
)

END()

RECURSE(
    ascii85
    asn1
    base32
    base64
    binary
    csv
    gob
    hex
    json
    pem
    xml
)