package
1.2.2
Repository: https://github.com/johnsiilver/golib.git
Documentation: pkg.go.dev

# Functions

IP specifies you want to specify a specific host address to bind to.
Local4 informs we want to bind to the IPv4 localhost address.
Local6 informs we want to bind to the IPv6 localhost address.
Must is used to call either a passed TCP() or UDP() call and its options.
TCP returns a TCP port that can be bound to.
UDP returns a UDP port that can be bound to.

# Type aliases

Option is an optional argument.