Event: FOSDEM 2018 Go devroom.
Note: many of my code examples are based on Network Programming with Go by Jan Newmarch and you can also check out the commands I use.
We start off with a review of the stdlib net package and its sub-packages, walk through common use cases, patterns and challenges:
In the second part we focus on best practices using the stdlib and community-provided frameworks for networking: