I really like the idea, only there is an issue on Ubuntu when you try to build the executable, you will get an error telling that play command already exists. Of course you can use the go build -o goplay command for example instead of go install to customize the executable name, but would be great if you can create a Make file and build it from there.