pagopa-archive/io-sdk

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

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.

which version of go you have? use go version

also try this:

mkdir /tmp/go
cd iosdk
GOPATH=/tmp/go go build

go version go1.14.2 darwin/amd64

Solved by cleaning cache