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