# README
go-reuse
# Functions
No description provided by the author
Dial dials the given network and address.
DialAddr dials the given network and address.
DialIP dials the given network and ip address.
DialTCP dials the given network and tcp address.
DialTimeOut dials the given network and address.
DialTimeOutUDP dials the given network and udp address.
DialTLS dials the given network and address.
DialUDP dials the given network and udp address.
DialUnix dials the given network and unix address.
Listen listens at the given network and address.
ListenIP listens at the given network and address.
ListenPacket listens at the given network and address.
ListenTCP listens at the given network and address.
ListenTLS listens at the given network and address.
ListenUnix listens at the given network and address.
No description provided by the author
# Variables
Enabled returns whether or not SO_REUSEPORT or equivalent behaviour is enabled in the OS.