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,9 +5,9 @@ import (
"encoding/json"
"testing"
"github.com/nspcc-dev/neo-go/internal/keytestcases"
"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/keytestcases"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)