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