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

@ -7,9 +7,9 @@ import (
"testing"
"time"
"github.com/nspcc-dev/neo-go/internal/random"
"github.com/nspcc-dev/neo-go/pkg/config/netmode"
"github.com/nspcc-dev/neo-go/pkg/core/transaction"
"github.com/nspcc-dev/neo-go/pkg/internal/random"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neo-go/pkg/vm/opcode"
"github.com/stretchr/testify/assert"