See: https://github.com/TechplexEngineer/goNTCore for a more complete implementaion
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.
See cmd/example/main.go for a working example.