install and execute golang from npm!
Because I can ¯\_(ツ)_/¯
Inspiration came from mvn-golang. Figured if someone wants to execute go from another language the node environment makes more sense, being lighter weight it might lead to some slight performance gains and free up some memory
$ npm install --save npm-golang
$ npm-golang install
$ npm-golang go <any go command>