github.com/traefik/yaegi@v0.15.1/_test/issue-1360.go (about) 1 package main 2 3 import ( 4 "fmt" 5 . "net" 6 ) 7 8 func main() { 9 v := IP{} 10 fmt.Println(v) 11 } 12 13 // Output: 14 // <nil>