Documentation ¶ Overview ¶ Package net contains functions to help with network-oriented lookups Index ¶ func LookupCNAME(name string) (string, error) func LookupIP(name string) (string, error) func LookupIPs(name string) ([]string, error) func LookupSRV(name string) (*net.SRV, error) func LookupSRVs(name string) ([]*net.SRV, error) func LookupTXT(name string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LookupCNAME ¶ func LookupCNAME(name string) (string, error) LookupCNAME - func LookupIP ¶ func LookupIP(name string) (string, error) LookupIP - func LookupIPs ¶ func LookupIPs(name string) ([]string, error) LookupIPs - func LookupSRV ¶ func LookupSRV(name string) (*net.SRV, error) LookupSRV - func LookupSRVs ¶ func LookupSRVs(name string) ([]*net.SRV, error) LookupSRVs - func LookupTXT ¶ func LookupTXT(name string) ([]string, error) LookupTXT - Types ¶ This section is empty. Source Files ¶ View all Source files net.go Click to show internal directories. Click to hide internal directories.