ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

use of internal package not allowed #709

Closed soc1c closed 5 years ago

soc1c commented 5 years ago
~/.opt/go-ethereum master
❯ go test ./...
console/console.go:30:2: use of internal package github.com/ethereumproject/go-ethereum/internal/jsre not allowed
console/console.go:31:2: use of internal package github.com/ethereumproject/go-ethereum/internal/web3ext not allowed

go 1.12

❯ go version
go version go1.12.1 linux/amd64
soc1c commented 5 years ago

resolved in https://github.com/eth-classic/go-ethereum/pull/10