1! go list a.go 2! stdout . 3stderr 'invalid import path' 4! stderr panic 5 6-- a.go -- 7package a 8 9import ""
View as plain text