|
|
|
|
|
by SteveNuts
477 days ago
|
|
> The Go crowd, like the Rust crowd, likes to advertise the language their software is written in. Probably because end users appreciate that usually that means a single binary + config file and off you go. No dependency hell, setting up third party repos, etc. |
|
Until you have to use some plugin (e.g. cloudflare to manage DNS for ACME checks), now it's exactly "dependency hell, setting up third party repos, etc."
I also fully expect to see a few crashes from unchecked `err` in pretty much any Go software. Also, nginx qualifies for `single binary + config`, it's just NGINX is for infra people and Caddy is for application developers.