Open amshali opened 9 years ago
Can you give more information about how you're running Shipshape and what kind of code you're running it over? We can definitely do a better job of surfacing the error.
Supply this go file and you'll see the error:
//////////////////// package foo
import ( "fmt" // notice the closed parenthesis missing
func f(x int) { }
running on a go file I get this:
WARNING: Analyzer go vet failed to run:
go vet
gave incorrectly formatted issue: "can't load package: "