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