In-reply-to » Also, because it's so annoying to manage dependencies with C and C++, there are often flags you can set to disable functionality related to a dependency if you don't need it.

@mckinley@twtxt.net Go supports a different way of conditionally compiling features in a codebase. Build flags. I’ll bet I can fork gron and nuke the net/http code out and make it optional if that’s something you feel strongly about πŸ˜…

​ Read More