joefitzgerald / go-plus

An Enhanced Go Experience For The Atom Editor
https://atom.io/packages/go-plus
Other
1.51k stars 128 forks source link

Go-Plus encounter update error #587

Closed Real-XkLi closed 7 years ago

Real-XkLi commented 7 years ago

Hi There, I have tried to set up go-plus with atom but am running in a problem with the dependencies. Is this normal behavior or just a current issue of the dependency providers? The main Issue I am having is the following warning: "gocode The gocode daemon has been closed to ensure you are using the latest gocode binary."

What can I do here?

Prerequisites

Description

Updating go-plusrunns into errors from 'github.com/alecthomas/gometalinter' and others. This disables the gocode daemon

Output from atom -v && apm -v

Atom : 1.14.4 Electron: 1.4.15 Chrome : 53.0.2785.143 Node : 6.5.0 (node:8184) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. apm 1.15.2 npm 4.3.0 node 7.6.0 x64 python 3.6.0 git 2.12.0

Output From go env

GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/me/go" GORACE="" GOROOT="/usr" GOTOOLDIR="/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1" GO15VENDOREXPERIMENT="1" CC="/usr/bin/gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0" CXX="/usr/bin/g++" CGO_ENABLED="1"

Steps to Reproduce

Packages > Go > Update Tools

Expected Behavior

Update goes through and gocode daemon is running

Actual Behavior

Update encounter errors

Error Output

go get -u golang.org/x/tools/cmd/goimports go get -u golang.org/x/tools/cmd/gorename go get -u github.com/sqs/goreturns go get -u github.com/nsf/gocode go get -u github.com/alecthomas/gometalinter

github.com/alecthomas/gometalinter

/tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.outputToCheckstyle': /home/martin/go/src/github.com/alecthomas/gometalinter/checkstyle.go:58: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.LinterFromName': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:65: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Fatalf' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:73: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/_go_.o: In functionmain.$init0': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:128: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:128: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Action.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:128: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.String.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:129: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:129: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:129: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:129: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Action.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:129: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Strings.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:130: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:130: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:130: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:130: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Action.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:130: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Strings.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:131: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:131: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:131: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.StringMapVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:132: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:132: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:132: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.StringMapVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:133: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:133: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:133: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.StringMapVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:134: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:134: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Action.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:134: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Bool.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:135: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:135: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Action.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:135: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Bool.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:136: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:136: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:136: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.StringVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:137: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:137: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:138: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:138: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:139: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:139: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:139: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:140: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:140: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:140: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:141: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:141: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:141: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:142: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:142: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:143: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:143: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:143: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:144: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:144: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:144: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:144: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.IntVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:145: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:145: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:145: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:145: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.StringsVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:146: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:146: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:146: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:146: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.StringsVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:147: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:147: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:147: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:147: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.StringsVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:148: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:148: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:149: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:149: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:149: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.IntVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:150: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:150: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:150: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.IntVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:151: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:151: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:151: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.FloatVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:152: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:152: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:152: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.IntVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:153: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:153: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:153: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.IntVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:154: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:154: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:154: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.IntVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:155: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:155: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:155: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.EnumsVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:156: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:156: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:156: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:157: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:157: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.PlaceHolder.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:157: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.DurationVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:158: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:158: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:159: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:159: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:160: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:160: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:161: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:161: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:162: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Flag' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:162: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.BoolVar.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:163: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.CommandLine' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:163: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.GetFlag$stub.N51_gopkg_in_alecthomas_kingpin_v3_unstable.Application' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:163: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Short.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/_go_.o: In functionmain.String.pN10_main.Issue': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:228: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/_go_.o: In functionmain.main': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:289: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.CommandLine' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:299: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Parse' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.processConfig': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:340: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.outputToJSON': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:405: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.installLintersIndividually': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:561: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Fatalf' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.parseCommand': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:640: undefined reference togithub_com_google_shlex.Split' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function main.processOutput': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:780: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:785: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.FatalIfError' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/_go_.o: In functionmain.configureEnvironment': /home/martin/go/src/github.com/alecthomas/gometalinter/main.go:837: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Fatalf' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/_go_.o: In functiongo_init_main': /home/martin/go/src/github.com/alecthomas/gometalinter/aggregate.go:1: undefined reference to github_com_nicksnyder_go_i18n_i18n_language..import' /home/martin/go/src/github.com/alecthomas/gometalinter/aggregate.go:1: undefined reference togithub_com_alecthomas_units..import' /home/martin/go/src/github.com/alecthomas/gometalinter/aggregate.go:1: undefined reference to gopkg_in_yaml_v2..import' /home/martin/go/src/github.com/alecthomas/gometalinter/aggregate.go:1: undefined reference togithub_com_nicksnyder_go_i18n_i18n_translation..import' /home/martin/go/src/github.com/alecthomas/gometalinter/aggregate.go:1: undefined reference to github_com_nicksnyder_go_i18n_i18n..import' /home/martin/go/src/github.com/alecthomas/gometalinter/aggregate.go:1: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable..import' /tmp/go-build134251728/github.com/alecthomas/gometalinter/_obj/go.o: In function __go_init_main': /home/martin/go/src/github.com/alecthomas/gometalinter/config.go:132: undefined reference togopkg_in_alecthomas_kingpin_v3_unstable.Arg' /home/martin/go/src/github.com/alecthomas/gometalinter/config.go:132: undefined reference to gopkg_in_alecthomas_kingpin_v3_unstable.Strings.pN46_gopkg_in_alecthomas_kingpin_v3_unstable.Clause' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.Bytes.pN88_github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.Clause': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/clause.go:241: undefined reference to `go_tdn_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o): In function kingpin.initI18N': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/i18n_init.go:31: undefined reference togithub_com_nicksnyder_go_i18n_i18n.ParseTranslationFileBytes' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/i18n_init.go:32: undefined reference to github_com_nicksnyder_go_i18n_i18n.ParseTranslationFileBytes' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/i18n_init.go:36: undefined reference togithub_com_nicksnyder_go_i18n_i18n.Tfunc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o): In function github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.SetLanguage': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/i18n_init.go:58: undefined reference togithub_com_nicksnyder_go_i18n_i18n.Tfunc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o): In function github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.UsageForContextWithTemplate.pN93_github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.Application': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/usage.go:116: undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n.TranslateFunc' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/usage.go:116: undefined reference to __go_tdn_github_com_nicksnyder_go_i18n_i18n.TranslateFunc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.Set.pN92_github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.bytesValue': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/values.go:319: undefined reference to github_com_alecthomas_units.ParseBase2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.Get.pN92_github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.bytesValue': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/values.go:324: undefined reference to __go_tdn_github_com_alecthomas_units.Base2Bytes' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/values.go:324: undefined reference togo_tdn_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o): In function github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.String.pN92_github_com_alecthomas_gometalinter_vendor_gopkg_in_alecthomas_kingpin_v3_unstable.bytesValue': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable/values.go:326: undefined reference togithub_com_alecthomas_units.String.N38_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o):(.data.C1296+0x0): undefined reference to __go_td_pN38_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(_go_.o):(.data.C1299+0x0): undefined reference togo_td_pN38_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o):(.data.C1302+0x0): undefined reference to `go_td_pN38_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/libkingpin.v3-unstable.a(go.o):(.data.C1305+0x8): undefined reference to __go_td_pN38_github_com_alecthomas_units.Base2Bytes' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.MustLoadTranslationFile': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:98: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.MustLoadTranslationFile.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.LoadTranslationFile': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:107: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.LoadTranslationFile.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.ParseTranslationFileBytes': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:114: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.ParseTranslationFileBytes.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.AddTranslation': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:121: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.AddTranslation.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.LanguageTags': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:126: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.LanguageTags.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.LanguageTranslationIDs': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:131: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.LanguageTranslationIDs.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.MustTfunc': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:136: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.MustTfunc.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.Tfunc': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:144: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.Tfunc.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.MustTfuncAndLanguage': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:150: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.MustTfuncAndLanguage.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n.TfuncAndLanguage': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:156: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.TfuncAndLanguage.pN48_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/libi18n.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n..import': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/i18n.go:93: undefined reference to github_com_nicksnyder_go_i18n_i18n_bundle.New' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o): In functiongithub_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.ParseTranslationFileBytes.pN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:65: undefined reference to github_com_nicksnyder_go_i18n_i18n_language.Parse' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o): In functionbundle.parseTranslations': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:86: undefined reference to gopkg_in_yaml_v2.Unmarshal$descriptor' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:100: undefined reference togithub_com_nicksnyder_go_i18n_i18n_translation.NewTranslation' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o): In function github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.AddTranslation.pN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:128: undefined reference togithub_com_nicksnyder_go_i18n_i18n_language.MatchingTags.pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o): In function github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.TfuncAndLanguage.pN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:205: undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o): In function github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.translatedLanguage.pN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:231: undefined reference togithub_com_nicksnyder_go_i18n_i18n_language.Parse' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o): In function github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.translate.pN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:281: undefined reference togithub_com_nicksnyder_go_i18n_i18n_language.Plural$stub.N52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle/bundle.go:287: undefined reference to `github_com_nicksnyder_go_i18n_i18n_translation.Execute.pN55_github_com_nicksnyder_go_i18n_i18n_translation.template' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.rodata.__go_td_AN58_github_com_nicksnyder_go_i18n_i18n_translation.Translatione$gc[go_td_AN58_github_com_nicksnyder_go_i18n_i18n_translation.Translatione$gc]+0x18): undefined reference to __go_tdn_github_com_nicksnyder_go_i18n_i18n_translation.Translation$gc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.rodata.__go_td_AN58_github_com_nicksnyder_go_i18n_i18n_translation.Translatione[__go_td_AN58_github_com_nicksnyder_go_i18n_i18n_translation.Translatione]+0x48): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_translation.Translation' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C25+0x0): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C28+0x8): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.data.C86+0x8): undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C89+0x8): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.data.C122+0x8): undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C125+0x8): more undefined references to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' follow /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.rodata.__go_td_MN6_string__N58_github_com_nicksnyder_go_i18n_i18n_translation.Translation[__go_td_MN6_string__N58_github_com_nicksnyder_go_i18n_i18n_translation.Translation]+0x50): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_translation.Translation' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C140+0x0): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C143+0x0): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.data.C147+0x0): undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C150+0x8): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.data.C156+0x0): undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C159+0x0): more undefined references to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' follow /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.data.C164+0x0): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_translation.Translation' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C166+0x8): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.data.C167+0x0): undefined reference to __go_tdn_github_com_nicksnyder_go_i18n_i18n_translation.Translation' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.rodata.__go_td_ApN52_github_com_nicksnyder_go_i18n_i18n_language.Languagee$gc[__go_td_ApN52_github_com_nicksnyder_go_i18n_i18n_language.Languagee$gc]+0x18): undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language$gc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.rodata.__go_td_ApN52_github_com_nicksnyder_go_i18n_i18n_language.Languagee[go_td_ApN52_github_com_nicksnyder_go_i18n_i18n_language.Languagee]+0x48): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(_go_.o):(.rodata.__go_td_AN58_github_com_nicksnyder_go_i18n_i18n_translation.Translation1e[__go_td_AN58_github_com_nicksnyder_go_i18n_i18n_translation.Translation1e]+0x48): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_translation.Translation' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.rodata.go_tdS2$fpv2_b1ppN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle5_lang2ppN52_github_com_nicksnyder_go_i18n_i18n_language.Languagee$gc[go_tdS2$fpv2_b1ppN90_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_bundle.Bundle5_lang2ppN52_github_com_nicksnyder_go_i18n_i18n_language.Languagee$gc]+0x40): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language$gc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.rodata.go_td_ppN52_github_com_nicksnyder_go_i18n_i18n_language.Language$gc[__go_td_ppN52_github_com_nicksnyder_go_i18n_i18n_language.Language$gc]+0x18): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language$gc' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libbundle.a(go.o):(.rodata.go_td_ppN52_github_com_nicksnyder_go_i18n_i18n_language.Language[__go_td_ppN52_github_com_nicksnyder_go_i18n_i18n_language.Language]+0x48): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o): In function github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_translation.NewTranslation': /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/translation/translation.go:68: undefined reference togithub_com_nicksnyder_go_i18n_i18n_language.NewPlural' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/translation/translation.go:74: undefined reference to __go_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' /home/martin/go/src/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/translation/translation.go:74: undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.data.C26+0x0): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.data.C42+0x0): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(_go_.o):(.data.C46+0x0): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.data.C124+0x8): undefined reference to `go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.data.C133+0x8): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(_go_.o):(.data.C137+0x8): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.rodata.go_td_MN50_github_com_nicksnyder_go_i18n_i18n_language.PluralpN97_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_translation.template[go_td_MN50_github_com_nicksnyder_go_i18n_i18n_language.PluralpN97_github_com_alecthomas_gometalinter_vendor_github_com_nicksnyder_go_i18n_i18n_translation.template]+0x48): undefined reference to `go_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.rodata.go_td_MN50_github_com_nicksnyder_go_i18n_i18n_language.PluralSe[go_td_MN50_github_com_nicksnyder_go_i18n_i18n_language.PluralSe]+0x48): undefined reference to __go_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(_go_.o):(.data.C172+0x8): undefined reference togo_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(go.o):(.data.C181+0x8): undefined reference to __go_td_pN52_github_com_nicksnyder_go_i18n_i18n_language.Language' /home/martin/go/pkg/gccgo_linux_amd64/github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/libtranslation.a(_go_.o):(.data.C185+0x8): undefined reference togo_tdn_github_com_nicksnyder_go_i18n_i18n_language.Plural' collect2: error: ld returned 1 exit status go get -u github.com/zmb3/gogetdoc go get -u github.com/rogpeppe/godef

github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client

../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:8:20: error: import file ‘9fans.net/go/plan9’ not found "9fans.net/go/plan9" ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:18:32: error: expected package tagmap map[uint16]chan plan9.Fcall ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:32:39: error: expected package tagmap: make(map[uint16]chan plan9.Fcall), ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:42:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tversion, Msize: c.msize, Version: c.version} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:43:2: error: expected declaration rx, err := c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:44:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:46:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:48:2: error: expected declaration if rx.Msize > c.msize { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:50:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:51:2: error: expected declaration c.msize = rx.Msize ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:52:2: error: expected declaration if rx.Version != "9P2000" { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:54:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:55:2: error: expected declaration return c, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:56:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:84:37: error: expected package func (c Conn) newtag(ch chan plan9.Fcall) (uint16, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:106:46: error: expected package func (c Conn) puttag(tag uint16) chan plan9.Fcall { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:115:29: error: expected package func (c Conn) mux(rx plan9.Fcall) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:131:30: error: expected package func (c Conn) read() (plan9.Fcall, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:143:30: error: expected package func (c Conn) write(f plan9.Fcall) error { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:154:19: error: expected package var yourTurn plan9.Fcall ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:156:29: error: expected package func (c Conn) rpc(tx plan9.Fcall) (rx plan9.Fcall, err error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:156:47: error: expected package func (c Conn) rpc(tx plan9.Fcall) (rx plan9.Fcall, err error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:157:24: error: expected package ch := make(chan plan9.Fcall, 1) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:10:20: error: import file ‘9fans.net/go/plan9’ not found "9fans.net/go/plan9" ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:17:14: error: expected package qid plan9.Qid ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:28:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tclunk, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:29:2: error: expected declaration _, err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:30:2: error: expected declaration fid.c.putfid(fid) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:31:2: error: expected declaration return err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:32:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:34:59: error: expected package func (fid Fid) Create(name string, mode uint8, perm plan9.Perm) error { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:35:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tcreate, Fid: fid.fid, Name: name, Mode: mode, Perm: perm} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:36:2: error: expected declaration rx, err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:37:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:39:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:40:2: error: expected declaration fid.mode = mode ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:41:2: error: expected declaration fid.qid = rx.Qid ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:42:2: error: expected declaration return nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:43:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:45:36: error: expected package func (fid Fid) Dirread() ([]plan9.Dir, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:54:39: error: expected package func (fid Fid) Dirreadall() ([]plan9.Dir, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:62:35: error: expected package func dirUnpack(b []byte) ([]plan9.Dir, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:64:23: error: expected package dirs := make([]plan9.Dir, 0, 10) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:75:15: error: expected package var d plan9.Dir ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:82:26: error: expected package ndirs := make([]plan9.Dir, len(dirs), 2cap(dirs)) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:94:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Topen, Fid: fid.fid, Mode: mode} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:95:2: error: expected declaration _, err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:96:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:98:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:99:2: error: expected declaration fid.mode = mode ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:100:2: error: expected declaration return nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:101:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:103:28: error: expected package func (fid Fid) Qid() plan9.Qid { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:123:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tread, Fid: fid.fid, Offset: uint64(o), Count: uint32(n)} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:124:2: error: expected declaration rx, err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:125:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:127:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:128:2: error: expected declaration if len(rx.Data) == 0 { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:130:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:131:2: error: expected declaration copy(b, rx.Data) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:132:2: error: expected declaration if offset == -1 { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:134:3: error: expected declaration fid.offset += int64(len(rx.Data)) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:135:3: error: expected declaration fid.f.Unlock() ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:136:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:137:2: error: expected declaration return len(rx.Data), nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:138:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:145:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tremove, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:146:2: error: expected declaration , err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:147:2: error: expected declaration fid.c.putfid(fid) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:148:2: error: expected declaration return err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:149:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:188:31: error: expected package func (fid Fid) Stat() (plan9.Dir, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:189:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tstat, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:190:2: error: expected declaration rx, err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:191:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:193:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:194:2: error: expected declaration return plan9.UnmarshalDir(rx.Stat) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:195:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:220:21: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Twalk, Newfid: wfid.fid, Wname: elem[0:n]} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:245:9: error: break statement not within for or switch or select break ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:248:2: error: expected declaration return wfid, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:249:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:285:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Twrite, Fid: fid.fid, Offset: uint64(o), Data: b} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:286:2: error: expected declaration rx, err := fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:287:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:289:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:290:2: error: expected declaration if o == -1 && rx.Count > 0 { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:292:3: error: expected declaration fid.offset += int64(rx.Count) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:293:3: error: expected declaration fid.f.Unlock() ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:294:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:295:2: error: expected declaration return int(rx.Count), nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:296:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:298:31: error: expected package func (fid Fid) Wstat(d plan9.Dir) error { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:303:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Twstat, Fid: fid.fid, Stat: b} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:304:2: error: expected declaration , err = fid.c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:305:2: error: expected declaration return err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:306:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:6:20: error: import file ‘9fans.net/go/plan9’ not found "9fans.net/go/plan9" ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:18:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tauth, Afid: afid.fid, Uname: uname, Aname: aname} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:19:2: error: expected declaration rx, err := c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:20:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:22:3: error: expected declaration return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:23:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:24:2: error: expected declaration afid.qid = rx.Qid ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:25:2: error: expected declaration return afid, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:26:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:33:20: error: expected ‘;’ or ‘}’ or newline tx := &plan9.Fcall{Type: plan9.Tattach, Afid: plan9.NOFID, Fid: fid.fid, Uname: user, Aname: aname} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:34:2: error: expected declaration if afid != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:36:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:37:2: error: expected declaration rx, err := c.rpc(tx) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:38:2: error: expected declaration if err != nil { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:40:3: error: expected declaration return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:41:2: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:42:2: error: expected declaration fid.qid = rx.Qid ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:43:2: error: expected declaration return &Fsys{fid}, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:43:19: error: expected ‘;’ or newline after top level declaration return &Fsys{fid}, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:44:1: error: expected declaration } ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:69:59: error: expected package func (fs Fsys) Create(name string, mode uint8, perm plan9.Perm) (Fid, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:110:42: error: expected package func (fs Fsys) Stat(name string) (plan9.Dir, error) { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:120:44: error: expected package func (fs Fsys) Wstat(name string, d plan9.Dir) error { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:42:77: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Tversion, Msize: c.msize, Version: c.version} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:28:53: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Tclunk, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:35:90: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Tcreate, Fid: fid.fid, Name: name, Mode: mode, Perm: perm} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:94:64: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Topen, Fid: fid.fid, Mode: mode} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:123:89: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Tread, Fid: fid.fid, Offset: uint64(o), Count: uint32(n)} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:145:54: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Tremove, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:285:81: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Twrite, Fid: fid.fid, Offset: uint64(o), Data: b} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:303:62: error: missing return at end of function tx := &plan9.Fcall{Type: plan9.Twstat, Fid: fid.fid, Stat: b} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:42:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Tversion, Msize: c.msize, Version: c.version} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:67:18: error: reference to undefined name ‘plan9’ if c.nextfid == plan9.NOFID { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:68:15: error: reference to undefined name ‘plan9’ return nil, plan9.ProtocolError("out of fids") ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:78:28: error: reference to undefined name ‘plan9’ if f.fid != 0 && f.fid != plan9.NOFID { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:80:11: error: reference to undefined name ‘plan9’ f.fid = plan9.NOFID ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:93:18: error: reference to undefined name ‘plan9’ if c.nexttag == plan9.NOTAG { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:94:13: error: reference to undefined name ‘plan9’ return 0, plan9.ProtocolError("out of tags") ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:133:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:138:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:140:2: error: return with value in function with no return type return f, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:147:9: error: reference to undefined name ‘plan9’ err := plan9.WriteFcall(c.rwc, f) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:173:14: error: reference to undefined field or method ‘read’ rx, err = c.read() ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:183:16: error: reference to undefined name ‘plan9’ if rx.Type == plan9.Rerror { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go:187:15: error: reference to undefined name ‘plan9’ return nil, plan9.ProtocolError("packet type mismatch") ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/dial.go:29:16: error: reference to undefined field or method ‘Attach’ fsys, err := c.Attach(nil, getuser(), "") ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/dial.go:41:16: error: reference to undefined field or method ‘Attach’ fsys, err := c.Attach(nil, getuser(), "") ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:28:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Tclunk, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:35:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Tcreate, Fid: fid.fid, Name: name, Mode: mode, Perm: perm} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:49:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:51:2: error: return with value in function with no return type return dirUnpack(buf[0:n]) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:57:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:59:2: error: return with value in function with no return type return dirUnpack(buf) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:64:10: error: invalid type for make function dirs := make([]plan9.Dir, 0, 10) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:82:13: error: invalid type for make function ndirs := make([]plan9.Dir, len(dirs), 2*cap(dirs)) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:90:2: error: return with value in function with no return type return dirs, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:94:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Topen, Fid: fid.fid, Mode: mode} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:104:2: error: return with value in function with no return type return fid.qid ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:108:2: error: not enough arguments to return return fid.ReadAt(b, -1) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:112:25: error: reference to undefined name ‘plan9’ msize := fid.c.msize - plan9.IOHDRSZ ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:123:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Tread, Fid: fid.fid, Offset: uint64(o), Count: uint32(n)} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:145:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Tremove, Fid: fid.fid} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:201:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:236:4: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:252:2: error: not enough arguments to return return fid.WriteAt(b, -1) ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:256:25: error: reference to undefined name ‘plan9’ msize := fid.c.msize - plan9.IOHDRSIZE ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:285:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Twrite, Fid: fid.fid, Offset: uint64(o), Data: b} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:303:9: error: reference to undefined name ‘plan9’ tx := &plan9.Fcall{Type: plan9.Twstat, Fid: fid.fid, Stat: b} ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:16:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:31:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:48:2: error: reference to undefined name ‘plan9’ plan9.OEXEC, ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:49:2: error: reference to undefined name ‘plan9’ plan9.OWRITE, ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:50:2: error: reference to undefined name ‘plan9’ plan9.ORDWR, ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:51:2: error: reference to undefined name ‘plan9’ plan9.OREAD, ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:52:2: error: reference to undefined name ‘plan9’ plan9.OEXEC, // only approximate ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:53:2: error: reference to undefined name ‘plan9’ plan9.ORDWR, ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:54:2: error: reference to undefined name ‘plan9’ plan9.ORDWR, // only approximate ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:58:13: error: reference to undefined name ‘plan9’ if mode == plan9.AEXIST { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:79:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:84:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:86:2: error: return with value in function with no return type return fid, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:92:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:97:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:99:2: error: return with value in function with no return type return fid, nil ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:113:3: error: return with value in function with no return type return nil, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go:117:2: error: return with value in function with no return type return d, err ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:114:15: error: incompatible types in binary expression if uint32(n) > msize { ^ ../go/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go:262:19: error: incompatible types in binary expression if uint32(want) > msize { ^ go get -u golang.org/x/tools/cmd/guru go get -u github.com/fatih/gomodifytags

github.com/fatih/gomodifytags

../go/src/github.com/fatih/gomodifytags/main.go:21:28: error: import file ‘github.com/fatih/camelcase’ not found "github.com/fatih/camelcase" ^ ../go/src/github.com/fatih/gomodifytags/main.go:22:28: error: import file ‘github.com/fatih/structtag’ not found "github.com/fatih/structtag" ^ ../go/src/github.com/fatih/gomodifytags/main.go:253:44: error: expected package func (c config) removeTags(tags structtag.Tags) structtag.Tags { ^ ../go/src/github.com/fatih/gomodifytags/main.go:253:61: error: expected package func (c config) removeTags(tags structtag.Tags) structtag.Tags { ^ ../go/src/github.com/fatih/gomodifytags/main.go:262:43: error: expected package func (c config) clearTags(tags structtag.Tags) structtag.Tags { ^ ../go/src/github.com/fatih/gomodifytags/main.go:262:60: error: expected package func (c config) clearTags(tags structtag.Tags) structtag.Tags { ^ ../go/src/github.com/fatih/gomodifytags/main.go:271:46: error: expected package func (c config) clearOptions(tags structtag.Tags) structtag.Tags { ^ ../go/src/github.com/fatih/gomodifytags/main.go:271:63: error: expected package func (c config) clearOptions(tags structtag.Tags) structtag.Tags { ^ ../go/src/github.com/fatih/gomodifytags/main.go:283:50: error: expected package func (c config) removeTagOptions(tags structtag.Tags) (structtag.Tags, error) { ^ ../go/src/github.com/fatih/gomodifytags/main.go:283:68: error: expected package func (c config) removeTagOptions(tags structtag.Tags) (structtag.Tags, error) { ^ ../go/src/github.com/fatih/gomodifytags/main.go:304:47: error: expected package func (c config) addTagOptions(tags structtag.Tags) (structtag.Tags, error) { ^ ../go/src/github.com/fatih/gomodifytags/main.go:304:65: error: expected package func (c config) addTagOptions(tags structtag.Tags) (structtag.Tags, error) { ^ ../go/src/github.com/fatih/gomodifytags/main.go:325:59: error: expected package func (c config) addTags(fieldName string, tags structtag.Tags) (structtag.Tags, error) { ^ ../go/src/github.com/fatih/gomodifytags/main.go:325:77: error: expected package func (c config) addTags(fieldName string, tags structtag.Tags) (structtag.Tags, error) { ^ ../go/src/github.com/fatih/gomodifytags/main.go:370:24: error: expected ‘;’ or ‘}’ or newline tag = &structtag.Tag{ ^ ../go/src/github.com/fatih/gomodifytags/main.go:374:5: error: expected ‘;’ or ‘}’ or newline } else { ^ ../go/src/github.com/fatih/gomodifytags/main.go:379:3: error: expected declaration if err := tags.Set(tag); err != nil { ^ ../go/src/github.com/fatih/gomodifytags/main.go:379:28: error: expected declaration if err := tags.Set(tag); err != nil { ^ ../go/src/github.com/fatih/gomodifytags/main.go:381:3: error: expected declaration } ^ ../go/src/github.com/fatih/gomodifytags/main.go:382:2: error: expected declaration } ^ ../go/src/github.com/fatih/gomodifytags/main.go:384:2: error: expected declaration return tags, nil ^ ../go/src/github.com/fatih/gomodifytags/main.go:385:1: error: expected declaration } ^ ../go/src/github.com/fatih/gomodifytags/main.go:217:15: error: reference to undefined name ‘structtag’ tags, err := structtag.Parse(tag) ^ ../go/src/github.com/fatih/gomodifytags/main.go:222:10: error: reference to undefined field or method ‘removeTags’ tags = c.removeTags(tags) ^ ../go/src/github.com/fatih/gomodifytags/main.go:223:15: error: reference to undefined field or method ‘removeTagOptions’ tags, err = c.removeTagOptions(tags) ^ ../go/src/github.com/fatih/gomodifytags/main.go:228:10: error: reference to undefined field or method ‘clearTags’ tags = c.clearTags(tags) ^ ../go/src/github.com/fatih/gomodifytags/main.go:229:10: error: reference to undefined field or method ‘clearOptions’ tags = c.clearOptions(tags) ^ ../go/src/github.com/fatih/gomodifytags/main.go:231:15: error: reference to undefined field or method ‘addTags’ tags, err = c.addTags(fieldName, tags) ^ ../go/src/github.com/fatih/gomodifytags/main.go:236:15: error: reference to undefined field or method ‘addTagOptions’ tags, err = c.addTagOptions(tags) ^ ../go/src/github.com/fatih/gomodifytags/main.go:255:3: error: return with value in function with no return type return tags ^ ../go/src/github.com/fatih/gomodifytags/main.go:259:2: error: return with value in function with no return type return tags ^ ../go/src/github.com/fatih/gomodifytags/main.go:264:3: error: return with value in function with no return type return tags ^ ../go/src/github.com/fatih/gomodifytags/main.go:268:2: error: return with value in function with no return type return tags ^ ../go/src/github.com/fatih/gomodifytags/main.go:273:3: error: return with value in function with no return type return tags ^ ../go/src/github.com/fatih/gomodifytags/main.go:276:2: error: range clause must have array, slice, string, map, or channel type for , t := range tags.Tags() { ^ ../go/src/github.com/fatih/gomodifytags/main.go:280:2: error: return with value in function with no return type return tags ^ ../go/src/github.com/fatih/gomodifytags/main.go:285:3: error: return with value in function with no return type return tags, nil ^ ../go/src/github.com/fatih/gomodifytags/main.go:292:4: error: return with value in function with no return type return nil, errors.New("wrong syntax to remove an option. i.e key=option") ^ ../go/src/github.com/fatih/gomodifytags/main.go:288:2: error: range clause must have array, slice, string, map, or channel type for , val := range c.removeOptions { ^ ../go/src/github.com/fatih/gomodifytags/main.go:301:2: error: return with value in function with no return type return tags, nil ^ ../go/src/github.com/fatih/gomodifytags/main.go:306:3: error: return with value in function with no return type return tags, nil ^ ../go/src/github.com/fatih/gomodifytags/main.go:313:4: error: return with value in function with no return type return nil, errors.New("wrong syntax to add an option. i.e key=option") ^ ../go/src/github.com/fatih/gomodifytags/main.go:309:2: error: range clause must have array, slice, string, map, or channel type for , val := range c.addOptions { ^ ../go/src/github.com/fatih/gomodifytags/main.go:322:2: error: return with value in function with no return type return tags, nil ^ ../go/src/github.com/fatih/gomodifytags/main.go:327:3: error: return with value in function with no return type return tags, nil ^ ../go/src/github.com/fatih/gomodifytags/main.go:337:3: error: range clause must have array, slice, string, map, or channel type for , s := range splitted { ^ ../go/src/github.com/fatih/gomodifytags/main.go:344:3: error: range clause must have array, slice, string, map, or channel type for , s := range splitted { ^ ../go/src/github.com/fatih/gomodifytags/main.go:364:4: error: return with value in function with no return type return nil, fmt.Errorf("unknown transform option %q", c.transform) ^ ../go/src/github.com/fatih/gomodifytags/main.go:355:2: error: range clause must have array, slice, string, map, or channel type for , key := range c.add { ^ ../go/src/github.com/fatih/gomodifytags/main.go:276:6: error: invalid type for range clause for , t := range tags.Tags() { ^ ../go/src/github.com/fatih/gomodifytags/main.go:288:6: error: invalid type for range clause for , val := range c.removeOptions { ^ ../go/src/github.com/fatih/gomodifytags/main.go:309:6: error: invalid type for range clause for , val := range c.addOptions { ^ ../go/src/github.com/fatih/gomodifytags/main.go:355:6: error: invalid type for range clause for , key := range c.add { ^

xh3b4sd commented 7 years ago

I just experienced something similar. I don't think this issue should be closed.

$ atom -v && apm -v
Atom    : 1.13.1
Electron: 1.3.13
Chrome  : 52.0.2743.82
Node    : 6.5.0
apm  1.14.1
npm  3.10.5
node 4.4.5
python 2.7.10
git 2.10.1
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/xh3b4sd/gopath"
GORACE=""
GOROOT="/Users/xh3b4sd/.gvm/gos/go1.7.2"
GOTOOLDIR="/Users/xh3b4sd/.gvm/gos/go1.7.2/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/nd/4mt_ss3s14dblmt_hxkmvr2m0000gn/T/go-build721101372=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
Installing:
  staticcheck
  deadcode
  errcheck
  goimports
  gotype
  ineffassign
  lll
  misspell
  unconvert
  unused
  varcheck
  dupl
  goconst
  gocyclo
  gosimple
  interfacer
  structcheck
  aligncheck
  gas
  golint
can't load package: package honnef.co/go/staticcheck/cmd/staticcheck: cannot find package "honnef.co/go/staticcheck/cmd/staticcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/honnef.co/go/staticcheck/cmd/staticcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/honnef.co/go/staticcheck/cmd/staticcheck (from $GOPATH)
can't load package: package github.com/tsenart/deadcode: cannot find package "github.com/tsenart/deadcode" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/tsenart/deadcode (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/tsenart/deadcode (from $GOPATH)
can't load package: package github.com/kisielk/errcheck: cannot find package "github.com/kisielk/errcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/kisielk/errcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/kisielk/errcheck (from $GOPATH)
can't load package: package golang.org/x/tools/cmd/goimports: cannot find package "golang.org/x/tools/cmd/goimports" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/golang.org/x/tools/cmd/goimports (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/golang.org/x/tools/cmd/goimports (from $GOPATH)
can't load package: package golang.org/x/tools/cmd/gotype: cannot find package "golang.org/x/tools/cmd/gotype" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/golang.org/x/tools/cmd/gotype (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/golang.org/x/tools/cmd/gotype (from $GOPATH)
can't load package: package github.com/gordonklaus/ineffassign: cannot find package "github.com/gordonklaus/ineffassign" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/gordonklaus/ineffassign (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/gordonklaus/ineffassign (from $GOPATH)
can't load package: package github.com/walle/lll/cmd/lll: cannot find package "github.com/walle/lll/cmd/lll" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/walle/lll/cmd/lll (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/walle/lll/cmd/lll (from $GOPATH)
can't load package: package github.com/client9/misspell/cmd/misspell: cannot find package "github.com/client9/misspell/cmd/misspell" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/client9/misspell/cmd/misspell (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/client9/misspell/cmd/misspell (from $GOPATH)
can't load package: package github.com/mdempsky/unconvert: cannot find package "github.com/mdempsky/unconvert" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/mdempsky/unconvert (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/mdempsky/unconvert (from $GOPATH)
can't load package: package honnef.co/go/unused/cmd/unused: cannot find package "honnef.co/go/unused/cmd/unused" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/honnef.co/go/unused/cmd/unused (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/honnef.co/go/unused/cmd/unused (from $GOPATH)
can't load package: package github.com/opennota/check/cmd/varcheck: cannot find package "github.com/opennota/check/cmd/varcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/opennota/check/cmd/varcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/opennota/check/cmd/varcheck (from $GOPATH)
can't load package: package github.com/mibk/dupl: cannot find package "github.com/mibk/dupl" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/mibk/dupl (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/mibk/dupl (from $GOPATH)
can't load package: package github.com/jgautheron/goconst/cmd/goconst: cannot find package "github.com/jgautheron/goconst/cmd/goconst" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/jgautheron/goconst/cmd/goconst (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/jgautheron/goconst/cmd/goconst (from $GOPATH)
can't load package: package github.com/alecthomas/gocyclo: cannot find package "github.com/alecthomas/gocyclo" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/alecthomas/gocyclo (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/alecthomas/gocyclo (from $GOPATH)
can't load package: package honnef.co/go/simple/cmd/gosimple: cannot find package "honnef.co/go/simple/cmd/gosimple" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/honnef.co/go/simple/cmd/gosimple (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/honnef.co/go/simple/cmd/gosimple (from $GOPATH)
can't load package: package github.com/mvdan/interfacer/cmd/interfacer: cannot find package "github.com/mvdan/interfacer/cmd/interfacer" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/mvdan/interfacer/cmd/interfacer (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/mvdan/interfacer/cmd/interfacer (from $GOPATH)
can't load package: package github.com/opennota/check/cmd/structcheck: cannot find package "github.com/opennota/check/cmd/structcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/opennota/check/cmd/structcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/opennota/check/cmd/structcheck (from $GOPATH)
can't load package: package github.com/opennota/check/cmd/aligncheck: cannot find package "github.com/opennota/check/cmd/aligncheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/opennota/check/cmd/aligncheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/opennota/check/cmd/aligncheck (from $GOPATH)
can't load package: package github.com/GoASTScanner/gas: cannot find package "github.com/GoASTScanner/gas" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/GoASTScanner/gas (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/GoASTScanner/gas (from $GOPATH)
can't load package: package github.com/golang/lint/golint: cannot find package "github.com/golang/lint/golint" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/golang/lint/golint (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/golang/lint/golint (from $GOPATH)
WARNING: failed to install one or more linters: exit status 1 (installing individually)
can't load package: package honnef.co/go/staticcheck/cmd/staticcheck: cannot find package "honnef.co/go/staticcheck/cmd/staticcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/honnef.co/go/staticcheck/cmd/staticcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/honnef.co/go/staticcheck/cmd/staticcheck (from $GOPATH)
WARNING: failed to install honnef.co/go/staticcheck/cmd/staticcheck: exit status 1
can't load package: package github.com/tsenart/deadcode: cannot find package "github.com/tsenart/deadcode" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/tsenart/deadcode (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/tsenart/deadcode (from $GOPATH)
WARNING: failed to install github.com/tsenart/deadcode: exit status 1
can't load package: package github.com/kisielk/errcheck: cannot find package "github.com/kisielk/errcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/kisielk/errcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/kisielk/errcheck (from $GOPATH)
WARNING: failed to install github.com/kisielk/errcheck: exit status 1
can't load package: package golang.org/x/tools/cmd/goimports: cannot find package "golang.org/x/tools/cmd/goimports" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/golang.org/x/tools/cmd/goimports (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/golang.org/x/tools/cmd/goimports (from $GOPATH)
WARNING: failed to install golang.org/x/tools/cmd/goimports: exit status 1
can't load package: package golang.org/x/tools/cmd/gotype: cannot find package "golang.org/x/tools/cmd/gotype" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/golang.org/x/tools/cmd/gotype (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/golang.org/x/tools/cmd/gotype (from $GOPATH)
WARNING: failed to install golang.org/x/tools/cmd/gotype: exit status 1
can't load package: package github.com/gordonklaus/ineffassign: cannot find package "github.com/gordonklaus/ineffassign" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/gordonklaus/ineffassign (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/gordonklaus/ineffassign (from $GOPATH)
WARNING: failed to install github.com/gordonklaus/ineffassign: exit status 1
can't load package: package github.com/walle/lll/cmd/lll: cannot find package "github.com/walle/lll/cmd/lll" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/walle/lll/cmd/lll (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/walle/lll/cmd/lll (from $GOPATH)
WARNING: failed to install github.com/walle/lll/cmd/lll: exit status 1
can't load package: package github.com/client9/misspell/cmd/misspell: cannot find package "github.com/client9/misspell/cmd/misspell" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/client9/misspell/cmd/misspell (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/client9/misspell/cmd/misspell (from $GOPATH)
WARNING: failed to install github.com/client9/misspell/cmd/misspell: exit status 1
can't load package: package github.com/mdempsky/unconvert: cannot find package "github.com/mdempsky/unconvert" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/mdempsky/unconvert (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/mdempsky/unconvert (from $GOPATH)
WARNING: failed to install github.com/mdempsky/unconvert: exit status 1
can't load package: package honnef.co/go/unused/cmd/unused: cannot find package "honnef.co/go/unused/cmd/unused" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/honnef.co/go/unused/cmd/unused (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/honnef.co/go/unused/cmd/unused (from $GOPATH)
WARNING: failed to install honnef.co/go/unused/cmd/unused: exit status 1
can't load package: package github.com/opennota/check/cmd/varcheck: cannot find package "github.com/opennota/check/cmd/varcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/opennota/check/cmd/varcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/opennota/check/cmd/varcheck (from $GOPATH)
WARNING: failed to install github.com/opennota/check/cmd/varcheck: exit status 1
can't load package: package github.com/mibk/dupl: cannot find package "github.com/mibk/dupl" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/mibk/dupl (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/mibk/dupl (from $GOPATH)
WARNING: failed to install github.com/mibk/dupl: exit status 1
can't load package: package github.com/jgautheron/goconst/cmd/goconst: cannot find package "github.com/jgautheron/goconst/cmd/goconst" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/jgautheron/goconst/cmd/goconst (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/jgautheron/goconst/cmd/goconst (from $GOPATH)
WARNING: failed to install github.com/jgautheron/goconst/cmd/goconst: exit status 1
can't load package: package github.com/alecthomas/gocyclo: cannot find package "github.com/alecthomas/gocyclo" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/alecthomas/gocyclo (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/alecthomas/gocyclo (from $GOPATH)
WARNING: failed to install github.com/alecthomas/gocyclo: exit status 1
can't load package: package honnef.co/go/simple/cmd/gosimple: cannot find package "honnef.co/go/simple/cmd/gosimple" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/honnef.co/go/simple/cmd/gosimple (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/honnef.co/go/simple/cmd/gosimple (from $GOPATH)
WARNING: failed to install honnef.co/go/simple/cmd/gosimple: exit status 1
can't load package: package github.com/mvdan/interfacer/cmd/interfacer: cannot find package "github.com/mvdan/interfacer/cmd/interfacer" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/mvdan/interfacer/cmd/interfacer (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/mvdan/interfacer/cmd/interfacer (from $GOPATH)
WARNING: failed to install github.com/mvdan/interfacer/cmd/interfacer: exit status 1
can't load package: package github.com/opennota/check/cmd/structcheck: cannot find package "github.com/opennota/check/cmd/structcheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/opennota/check/cmd/structcheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/opennota/check/cmd/structcheck (from $GOPATH)
WARNING: failed to install github.com/opennota/check/cmd/structcheck: exit status 1
can't load package: package github.com/opennota/check/cmd/aligncheck: cannot find package "github.com/opennota/check/cmd/aligncheck" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/opennota/check/cmd/aligncheck (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/opennota/check/cmd/aligncheck (from $GOPATH)
WARNING: failed to install github.com/opennota/check/cmd/aligncheck: exit status 1
can't load package: package github.com/GoASTScanner/gas: cannot find package "github.com/GoASTScanner/gas" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/GoASTScanner/gas (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/GoASTScanner/gas (from $GOPATH)
WARNING: failed to install github.com/GoASTScanner/gas: exit status 1
can't load package: package github.com/golang/lint/golint: cannot find package "github.com/golang/lint/golint" in any of:
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/github.com/golang/lint/golint (from $GOROOT)
    /Users/xh3b4sd/gopath/src/github.com/alecthomas/gometalinter/vendor/src/github.com/golang/lint/golint (from $GOPATH)
WARNING: failed to install github.com/golang/lint/golint: exit status 1
gometalinter: error: failed to install the following linters: honnef.co/go/staticcheck/cmd/staticcheck, github.com/tsenart/deadcode, github.com/kisielk/errcheck, golang.org/x/tools/cmd/goimports, golang.org/x/tools/cmd/gotype, github.com/gordonklaus/ineffassign, github.com/walle/lll/cmd/lll, github.com/client9/misspell/cmd/misspell, github.com/mdempsky/unconvert, honnef.co/go/unused/cmd/unused, github.com/opennota/check/cmd/varcheck, github.com/mibk/dupl, github.com/jgautheron/goconst/cmd/goconst, github.com/alecthomas/gocyclo, honnef.co/go/simple/cmd/gosimple, github.com/mvdan/interfacer/cmd/interfacer, github.com/opennota/check/cmd/structcheck, github.com/opennota/check/cmd/aligncheck, github.com/GoASTScanner/gas, github.com/golang/lint/golint
go get -u golang.org/x/tools/cmd/goimports
go get -u golang.org/x/tools/cmd/gorename
go get -u github.com/sqs/goreturns
go get -u github.com/nsf/gocode
go get -u github.com/alecthomas/gometalinter
panic: runtime error: slice bounds out of range
goroutine 1 [running]:
panic(0x3e20c0, 0xc420018140)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/runtime/panic.go:500 +0x1a1
main.vendoredImportPath(0xc4200b8d80, 0xc420120581, 0x1b, 0x3, 0x0)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:463 +0x66c
main.loadImport(0xc420120581, 0x1b, 0xc420183260, 0x6b, 0xc4200b8d80, 0xc4205019f8, 0xc4203f9a40, 0x2, 0x2, 0x1, ...)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:333 +0x9ea
main.(*Package).load(0xc4200b8d80, 0xc4205019f8, 0xc420185880, 0x0, 0x0, 0x4)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:940 +0x12b6
main.loadImport(0xc420365a11, 0x27, 0xc4203f3a80, 0x3c, 0xc4205df200, 0xc4205019f8, 0xc42018e960, 0x3, 0x4, 0x1, ...)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:374 +0x470
main.(*Package).load(0xc4205df200, 0xc4205019f8, 0xc4205dc700, 0x0, 0x0, 0xc)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:940 +0x12b6
main.loadImport(0x7fff5fbff626, 0x22, 0xc4200748c0, 0x4d, 0x0, 0xc4205019f8, 0x0, 0x0, 0x0, 0x0, ...)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:374 +0x470
main.loadPackage(0x7fff5fbff626, 0x22, 0xc4205019f8, 0x0)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:1658 +0x28f
main.packagesAndErrors(0xc42039e350, 0x1, 0x1, 0xc42039e330, 0x22, 0x44998d)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:1703 +0x337
main.packagesForBuild(0xc42039e330, 0x1, 0x1, 0xc42039e330, 0x1, 0x1)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/pkg.go:1719 +0x75
main.runGet(0x62aa80, 0xc42039e330, 0x1, 0x1)
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/get.go:130 +0x320
main.main()
    /Users/xh3b4sd/.gvm/gos/go1.7.2/src/cmd/go/main.go:181 +0x624
go get -u github.com/zmb3/gogetdoc
go get -u github.com/rogpeppe/godef
go get -u golang.org/x/tools/cmd/guru
go get -u github.com/fatih/gomodifytags
joefitzgerald commented 7 years ago

https://github.com/alecthomas/gometalinter/issues/148

joefitzgerald commented 7 years ago

You appear to be running go 1.7.2. Don't do that. Run either go 1.7.5 or go 1.8.x.