aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/text/template/parse/ya.make
blob: c5750435442fb71ad4e98d8d786a322cb4d475bb (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
        lex.go
        node.go
        parse.go
    )
ENDIF()
END()