libp2p / go-ws-transport

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

Update go.mod to require Go 1.13 #71

Closed albrow closed 4 years ago

albrow commented 4 years ago

https://github.com/libp2p/go-ws-transport/pull/68 uses the new CopyBytesToGo and CopyBytesToJS functions, which are only available in Go 1.13.

albrow commented 4 years ago

No worries! Happy to see you added the CopyBytesTo* optimization 😄