network_unix.go 129 B

12345678
  1. // +build !windows
  2. package libnetwork
  3. // Stub implementations for DNS related functions
  4. func (n *network) startResolver() {
  5. }