Skip to content

kerak19/netcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc Build Status

Go implementation of netcode.io

This is the main repository for the Go implementation of netcode.io.

Dependencies

The only dependency is golang.org/x/crypto/chacha20poly1305 and it has been vendored so it should not be necessary to retrieve any packages outside of netcode.

Testing

To run tests for this package run the following from the package directory:

$ go test

Updating

To ensure the package is up-to-date run the following from the package directory:

go get -u

Author

About

Go implementation of netcode.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%