aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/text/template/ya.make
blob: 3b553baf0a765f727ab79b5fd64f605e85f20da1 (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
25
26
27
28
GO_LIBRARY()

SRCS(
    doc.go
    exec.go
    funcs.go
    helper.go
    option.go
    template.go
)

GO_TEST_SRCS(
    exec_test.go
    multi_test.go
)

GO_XTEST_SRCS(
    example_test.go
    examplefiles_test.go
    examplefunc_test.go
    link_test.go
)

END()

RECURSE(
    parse
)