Files
go-htmx-templ/app/main.go
Eden Kirin 960c22a8c8 Initial
2024-01-20 23:46:36 +01:00

8 lines
79 B
Go

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