aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/bytes/ya.make
blob: 2457a0f108a13a7980481c0369223f78db7b9fb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
		buffer.go
		bytes.go
		reader.go
    )
ENDIF()
END()