December 2022
Intermediate to advanced
388 pages
5h 26m
English
In the previous chapter, you learned about building networking tools using the Go standard library. In this chapter, you will go further and investigate an open source library network library from Google called gopacket. The library source code can be found at https://github.com/google/gopacket and the library documentation can be found at https://pkg.go.dev/github.com/google/gopacket. The source branch that you will be looking at in this chapter is the master branch.
Read now
Unlock full access