Serving template from go handler function

This commit is contained in:
Beto
2024-02-24 21:51:34 -06:00
parent 0cf7052b5d
commit 6144cef1a2
4 changed files with 45 additions and 3 deletions

10
go.mod
View File

@@ -1,3 +1,13 @@
module gitea.sitodosi.com/betology/htmx
go 1.21.6
require (
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/githubnemo/CompileDaemon v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/radovskyb/watcher v1.0.7 // indirect
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
)