I really do like Golang being "batteries included".
It took only a few hours to write a moderately featureful TLS-terminating reverse HTTP proxy that used nothing outside the built-in libraries.
The only compromise was using JSON for the configuration file. I would have preferred textproto…