leap of faith post
blog post: rough start of 2023
Replacing traefik with caddy
Source code for sketchground.dk
go generate
in this folder.go run main.go
to get a local webserver up and running.localhost:10000
go run main.go
or set it up with your favourite filewatcher to rerun commands on file changes. For filewathers you might want to go build -o devserver main.go
and run devserver
binary if you have issues with port 10000 already in use
errors.