I'm trying to get goreturns to work on Windows 10 64bit with go 1.9.
If I run goreturns with -p parameter it displays following errors
main.go:4:2: could not import errors (Config.Importer not installed)
main.go: typechecking failed (continuing without type info)
package main
import (
"errors"
"fmt"
)
func main() {
fmt.Println("hello world")
}
func F() (int, error) {
return errors.New("foo")
}
Do I need something else installed to make it work? I tracked first error to
go/types/resolver.go
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.