aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/encoding/gob/ya.make
blob: 384c2ef076fc90678f7220a4964c31166559b833 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()
IF (TRUE)
    SRCS(
        dec_helpers.go
        decode.go
        decoder.go
        doc.go
        enc_helpers.go
        encode.go
        encoder.go
        error.go
        type.go
    )
ENDIF()
END()