netcode
netcode copied to clipboard
Go implementation of netcode.io
Results
2
netcode issues
Sort by
recently updated
recently updated
newest added
The spec has been updated - [see standard](https://github.com/networkprotocol/netcode.io/blob/master/STANDARD.md). Need to support 1.02.
This PR updates netcode repository to use go modules instead of vendoring. All tests are passing :heavy_check_mark: ~~Looks like there's problem with Travis having `GO111MODULE="auto"` variable set, causing go to...