Reading List
go:embed in prod, serve-from-disk in development from Fragments — brandur.org RSS feed.
go:embed in prod, serve-from-disk in development
A handy trick to get all the advantages of self-contained binaries with
go:embed
, while keeping development loops fast in development.