Created
February 22, 2017 01:05
-
-
Save zippy/fa4373c0126de7e8226c916a8a380369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get github.com/libp2p/go-libp2p-swarm | |
# github.com/libp2p/go-libp2p-conn | |
../../libp2p/go-libp2p-conn/dial.go:134: cannot use pconn (type transport.Conn) as type conn.Conn in assignment: | |
transport.Conn does not implement conn.Conn (missing ID method) | |
../../libp2p/go-libp2p-conn/listen.go:104: cannot use pc (type transport.Conn) as type conn.Conn in assignment: | |
transport.Conn does not implement conn.Conn (missing ID method) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment