Comment by IceWreck
5 years ago
The go std library offers the embed package. You can just embed your files and use the std lib's webserver and generate a single file binary. No need for Caddy.
All this would be roughly 15 lines of code.
5 years ago
The go std library offers the embed package. You can just embed your files and use the std lib's webserver and generate a single file binary. No need for Caddy.
All this would be roughly 15 lines of code.
People use Caddy for automatic HTTPS, which the std lib does not give you.
Obviously you don't need to know this but others might not be aware that certmagic is a great middle ground between Caddy and rolling your own ACME.