libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 18 forks source link

chore: various cleanups required to get vet/staticcheck/test to pass #100

Closed Stebalien closed 3 years ago

Stebalien commented 3 years ago

Importantly: this removes WsCodec (was exported). But it's deprecated and nobody references it anyways (we register it locally).