├── AI_USAGE_GUIDE.md ├── LICENSE ├── README.md ├── api.go ├── elements.go ├── example_test.go ├── go.mod ├── go.sum ├── if.go ├── modd.conf ├── tag.go ├── tag_test.go └── utils.go /AI_USAGE_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/AI_USAGE_GUIDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/README.md -------------------------------------------------------------------------------- /api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/api.go -------------------------------------------------------------------------------- /elements.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/elements.go -------------------------------------------------------------------------------- /example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/example_test.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/go.sum -------------------------------------------------------------------------------- /if.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/if.go -------------------------------------------------------------------------------- /modd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/modd.conf -------------------------------------------------------------------------------- /tag.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/tag.go -------------------------------------------------------------------------------- /tag_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/tag_test.go -------------------------------------------------------------------------------- /utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theplant/htmlgo/HEAD/utils.go --------------------------------------------------------------------------------