I am install the latest go environment on a new mac.
But when I try to install gocode(
https://github.com/nsf/gocode), I got
a error message as following:
6g -o _go_.6 configfile.go
configfile.go:51: can't find import: errors
make: *** [_go_.6] Error 1
then I try to use gofix to fix this, but nothing happened.
I tried like this:
gofix -diff configfile.go
gofix < configfile.go
gofix configfile.go
nothing happened!!!
how can I do to fix the changes of APIs?
seems error.Error moved to os pkg, io.EOF moved to os.EOF...etc
Could someone help me?