# Functions
CloseGroup simultaneously calls Close for each non-nil array element and combines non-nil errors into one.
NewFrontends is a utility function for initializing Frontend-s in bulk.
RegisterBuilder makes a Builder available by the provided name.
# Constants
DefaultListenAddress is the default net listen address if nothing else provided.
# Structs
ListenOptions is the base configuration which may be used in net listeners.
ParseOptions is the configuration used to parse an Announce Request.
# Interfaces
Frontend dummy interface for bittorrent frontends.
# Type aliases
Builder is the function used to initialize a new Frontend with provided configuration.