Merge pull request #5 from hsanjuan/master

Update imports so it works
This commit is contained in:
Jeromy Johnson 2016-11-17 11:00:01 -08:00 committed by GitHub
commit c6d20fd22e

View File

@ -5,8 +5,8 @@ import (
"fmt" "fmt"
"os" "os"
ci "github.com/ipfs/go-libp2p-crypto" ci "github.com/libp2p/go-libp2p-crypto"
peer "github.com/ipfs/go-libp2p-peer" peer "github.com/libp2p/go-libp2p-peer"
) )
func main() { func main() {