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 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 .