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