Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 738 Bytes

04.0.md

File metadata and controls

executable file
·
17 lines (12 loc) · 738 Bytes

04 - Go networking

Now that we are done with the basics and packages, we can start learning about networking. Following Black Hat Python, let's start with networking basics and then move on.

Go's networking capabilities are in the net package and its sub-packages like net/http. The Python equivalent to net is socket and net/http can be compared to the 3rd party Requests module.

Table of Contents