Errror following DEVEL.md util.go:14:2: module github.com/pagopa/go-input@latest found (v0.0.0-20200505145315-93dcdc111b12), but does not contain package github.com/pagopa/go-input
Closed this issue · 4 comments
giux78 commented
util.go:14:2: module github.com/pagopa/go-input@latest found (v0.0.0-20200505145315-93dcdc111b12), but does not contain package github.com/pagopa/go-input
I have the error above while trying to setup the development environment.
sciabarracom commented
which version of go you have? use go version
sciabarracom commented
also try this:
mkdir /tmp/go
cd iosdk
GOPATH=/tmp/go go build
giux78 commented
go version go1.14.2 darwin/amd64
sciabarracom commented
Solved by cleaning cache