go-common -> tmlibs

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