aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/errors/ya.make
blob: 05f573100f187e1f2152cb5e9c168c18903948de (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
		errors.go
		join.go
		wrap.go
    )
ENDIF()
END()