Archived
See: https://github.com/TechplexEngineer/goNTCore for a more complete implementaion
FRC-NetworkTables-Go
A Golang implementation of a subset of the FRC Network Tables protocol.
The Network Tables protocol is a key-value store which can be synchronized between systems. The protocol specification can be found here.
Example
See cmd/example/main.go for a working example.