libp2p / go-libp2p-webrtc-direct

A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
MIT License
82 stars 18 forks source link

Resolve issue reported by go vet and staticcheck #48

Closed galargh closed 2 years ago

galargh commented 2 years ago

This PR resolves issues reported here: https://github.com/libp2p/go-libp2p-webrtc-direct/runs/3919399676?check_suite_focus=true

It updates go-libp2p to 0.15.1 in libp2p-echo example and removes unused functions from wasm example.