netutil.go 191 B

123456
  1. // Package netutil provides network related errors and helper functions.
  2. package netutil
  3. // DefaultDialPort is the default port which the API is contacted on.
  4. const DefaultDialPort = "5705"