pkg: move internal/ package to the root directory

This way we can use it in scripts and cli.
This commit is contained in:
Evgenii Stratonikov 2020-11-23 14:09:00 +03:00
parent ad30f4d793
commit 7d91a3a89e
67 changed files with 78 additions and 78 deletions

View file

@ -5,11 +5,11 @@ import (
"encoding/hex"
"testing"
"github.com/nspcc-dev/neo-go/internal/testchain"
"github.com/nspcc-dev/neo-go/pkg/core/fee"
"github.com/nspcc-dev/neo-go/pkg/core/transaction"
"github.com/nspcc-dev/neo-go/pkg/crypto/hash"
"github.com/nspcc-dev/neo-go/pkg/crypto/keys"
"github.com/nspcc-dev/neo-go/pkg/internal/testchain"
"github.com/nspcc-dev/neo-go/pkg/io"
"github.com/nspcc-dev/neo-go/pkg/rpc/client"
"github.com/nspcc-dev/neo-go/pkg/smartcontract"