README ¶ go-htmx go-htmx is a Go module that provides a variable htmx for use for vendoring htmx into your Go web project. This README concerns the module version that bundles htmx version 1.9.12. Usage go get git.sr.ht/~sinza/go-htmx@v1.9.12.beta.3 package yourpackagenamehere import ( "html/template" "git.sr.ht/~sinza/go-htmx" ) License Zero-Clause BSD, same as upstream. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Htmx = template.Must(template.ParseFiles("htmx.html")) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.