Commit Graph

2 Commits

Author SHA1 Message Date
tamsin johnson
f2323e747d links in README 2024-02-24 19:30:46 -08:00
tamsin johnson
70507a82b3 bootstrap a go application
planning to make this some kind of unhinged microfrontend hotwired mess.

this is basically the setup walked through in "Lets Go", but pared down.

since we plan to ship this in k8s behind nginx and cert-manager, there's no need
to do TLS termination in go.

i like httprouter and alice, so i'm including them here early.

use `go:embed` to get our templates and static assets (neither of which exist
yet) into the binary so we can ship this whole thing to a commodity `go`
container.
2024-02-24 12:39:58 -08:00