The goal of this project is to provide easy API wrappers for the EOS blockchain RPC protocol in the Go language. It provides everything to decode all the JSON protocol into statically-typed structs.
Any Go projects wanting to interact with the EOS blockchain will benefit from this library. It is a necessary building block.
I want to continue improving it and keeping it in sync with the EOS.IO software releases as they occur.
The GitHub repo lives here: https://github.com/abourget/eosapi
The project is MIT licensed, you can contribute by adding documentation to the functions, improving coverage, writing tests against things in EOSIO/eos.
Any tooling that could help keep things in sync with EOSIO/eos would be great.
Otherwise, use the GitHub features, fork and PR, submit issues and hack your way through !