Skip to content

Instantly share code, notes, and snippets.

@zippy
Created February 22, 2017 01:05
Show Gist options
  • Save zippy/fa4373c0126de7e8226c916a8a380369 to your computer and use it in GitHub Desktop.
Save zippy/fa4373c0126de7e8226c916a8a380369 to your computer and use it in GitHub Desktop.
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