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 )