package
0.0.0-20241225211424-42e8fcaa5c3f
Repository: https://github.com/nicholas-fedor/network-programming-with-go.git
Documentation: pkg.go.dev

# Constants

Creates constants to represent each type we will define.
10 MB.
Creates constants to represent each type we will define.

# Variables

No description provided by the author

# Interfaces

Payload interface describes methods each type must implement.

# Type aliases

Page 80 Listing 4-5: Creating the Binary type.
Pages 81-82 Listing 4-7: Creating the String type.