Merge pull request #2034 from tendermint/dev/fix_pkg_names

crypto: Fix package imports from the refactor
This commit is contained in:
Ethan Buchman 2018-07-23 20:34:34 -04:00 committed by GitHub
commit 2aef80bcff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package crypto package armor
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package crypto package armor
import ( import (
"testing" "testing"

View File

@ -1,4 +1,4 @@
package crypto package cryptoAmino
import ( import (
amino "github.com/tendermint/go-amino" amino "github.com/tendermint/go-amino"

View File

@ -1,4 +1,4 @@
package crypto package cryptoAmino
import ( import (
"os" "os"

View File

@ -1,4 +1,4 @@
package crypto package xsalsa20symmetric
import ( import (
"errors" "errors"

View File

@ -1,4 +1,4 @@
package crypto package xsalsa20symmetric
import ( import (
"testing" "testing"