Files
go-htmx-templ/app/main.go
2024-02-01 22:10:07 +01:00

8 lines
78 B
Go

package main
import "htmx-templ/app/router"
func main() {
router.Serve()
}