update import paths

This commit is contained in:
Ethan Buchman
2017-04-18 16:33:51 -04:00
parent 6f49ba4c3e
commit 900be74e8f
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package test
import (
. "github.com/tendermint/go-common"
. "github.com/tendermint/go-common/common"
)
// Contract: !bytes.Equal(input, output) && len(input) >= len(output)