I was using Go 1.3.3. After installing 1.4, there are many errors similar to this:
db/base.go:4: import /home/asd/Dropbox/go/pkg/linux_amd64/projc1/libs/Bool.a:
object is [linux amd64 go1.3.3 X:precisestack]
expected [linux amd64 go1.4 X:precisestack]
How do I resolve this? I've tried go build
on $GOPATH/src/projc1/libs/Bool/
but it has no effect.
You're probably looking for go build -a
to force rebuilding of existing packages.
Ah I see, removing /home/asd/Dropbox/go/pkg/linux_amd64/projc1/
would solve this problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With