Hacker News new | ask | show | jobs
by krylon 1486 days ago
I like that the web server in Go's standard library comes as a library, so you can embed a web server into your application, even if it otherwise isn't web-related at all, just to allow for some introspection and/or control.

(To be fair, I think Python and Ruby have HTTP servers in their standard libraries as well, at least minimalist ones.)