aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/html/ya.make
blob: 8615ae33dc7d894f2438c4116dac4f5215e51e45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

SRCS(
    entity.go
    escape.go
)

GO_TEST_SRCS(
    entity_test.go
    escape_test.go
    fuzz_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
    template
)