Fixed the example

This commit is contained in:
Simon Menke
2014-11-05 13:04:22 +01:00
parent c0902fb9c1
commit 50e7633d5f

View File

@@ -10,7 +10,7 @@ import (
)
func main() {
nat, err := nat.Discover()
nat, err := nat.DiscoverGateway()
if err != nil {
log.Fatalf("error: %s", err)
}