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
GO_LIBRARY() LICENSE(MIT) VERSION(v1.5.0) SRCS( common.go convert.go count.go doc.go format.go manipulate.go stringbuilder.go translate.go ) GO_TEST_SRCS( convert_test.go count_test.go format_test.go manipulate_test.go translate_test.go util_test.go ) END() RECURSE( gotest )