Core team member Brad Fitzpatrick wants HTTP support to be ‘dead simple out of the box’ with Go. Give the idea your thumbs up if you like his proposed example.
The latest in Ben Johnson’s walkthrough of Go’s standard packages. This time, he looks at formatting primitives into strings quickly while maintaining strong type checking.
What’s the easiest way to speed up your Python server? By handling the requests with Go. See how Andrey Petrov did it (by using C in the middle). Read More.