The fact that go's Math functions only work with floats. Idiotic.
You have so many packages that have to add the same freaking min(int a, int b) function.
The only 3rd party library I pull in to build web servers is gorilla (routing, sessions) and a database driver .
Everything else you need is in the go standard library .
The fact that go's Math functions only work with floats. Idiotic.
You have so many packages that have to add the same freaking min(int a, int b) function.