// Provides several types
// that represent common network
// concepts, such as IP addresses,
// network blocks, or autonomous systems.
//
// These types can be used to store
// and manipulate network-related data
// in Go programs.
package network
