go-sourcemap/sourcemap

mappings.go contains an internal reference, failing to compile

tonjo opened this issue · 2 comments

tonjo commented

When trying to go build:

mappings.go:8:2: use of internal package not allowed

The line to blame is in import:

"github.com/go-sourcemap/sourcemap/internal/base64vlq"

Make sure you clone code into $GOPATH/src/github.com/go-sourcemap/sourcemap or use go get. The problem is in your setup, not this package.

tonjo commented

Seems like an import problem when referenced by other packages.
Not a go expert, sorry.