aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/html/template/ya.make
blob: 048e753d7993d127db01a677eafd81bae69cf742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
GO_LIBRARY()
IF (TRUE)
    SRCS(
        attr.go
        attr_string.go
        content.go
        context.go
        css.go
        delim_string.go
        doc.go
        element_string.go
        error.go
        escape.go
        html.go
        js.go
        jsctx_string.go
        state_string.go
        template.go
        transition.go
        url.go
        urlpart_string.go
    )
ENDIF()
END()