© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
N. TolaramSoftware Development with Gohttps://doi.org/10.1007/978-1-4842-8731-6_11

11. Google gopacket

Nanik Tolaram1  
(1)
Sydney, NSW, Australia
 

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.

gopacket provides low-level network packet manipulation ...

Get Software Development with Go: Cloud-Native Programming using Golang with Linux and Docker now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.