Solidity contract management using golang
Install geth from following link https://www.ethereum.org/cli
$ geth --dev
$ get attach
$ personal.newAccount('testnet')
$ minor.start()
$ abigen --abi token.abi --pkg main --type Token --out token.go
More detail https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts