()
| 55 | |
| 56 | func (s *staticAddr) Network() string { return s.ntw } |
| 57 | func (s *staticAddr) String() string { return s.str } |
| 58 | |
| 59 | // SetServers changes a ServerList's set of servers at runtime and is |
| 60 | // safe for concurrent use by multiple goroutines. |
no outgoing calls