aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/encoding/gob/ya.make
blob: e090c374a469d056a5bd032aa75b2d0fc267084f (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()