Fix netenv linter errors

This commit is contained in:
Daniel
2020-04-10 13:18:52 +02:00
parent fd4f059ebb
commit 881c269c1b
4 changed files with 20 additions and 35 deletions

View File

@@ -2,10 +2,12 @@ package netenv
import "net"
// Nameservers returns the currently active nameservers.
func Nameservers() []Nameserver {
return nil
}
// Gateways returns the currently active gateways.
func Gateways() []*net.IP {
return nil
}