Package gomruby embeds mruby (mini Ruby) VM into Go.
It's slightly more than just go get
:
go get -d github.com/AlekSi/gomruby
cd $GOPATH/src/github.com/AlekSi/gomruby
make
mruby is built statically, use gomruby as typical Go package.