blob: 9af444403c803c7fc3d0e8455d8e5b15410d2d82 (
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 (OS_DARWIN AND ARCH_ARM64 OR OS_DARWIN AND ARCH_X86_64 OR OS_LINUX AND ARCH_AARCH64 OR OS_LINUX AND ARCH_X86_64 OR OS_WINDOWS AND ARCH_X86_64)
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()
|