blob: c36aa473fb02b9f62363f3289ae6c64b0010f1e4 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
GO_LIBRARY()
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
)
GO_TEST_SRCS(
clone_test.go
content_test.go
css_test.go
escape_test.go
exec_test.go
html_test.go
js_test.go
multi_test.go
transition_test.go
url_test.go
)
GO_XTEST_SRCS(
example_test.go
examplefiles_test.go
template_test.go
)
END()
RECURSE(
)
|