goplay - The Go Playground (https://play.golang.org/) client
as a Library
go get -u github.com/haya14busa/goplay
as a command line tool
go get -u github.com/haya14busa/goplay/cmd/goplay
SYNOPSIS: goplay [OPTION]... [FILE] (With no FILE, or when FILE is -, read standard input.
-h show help
-openbrowser
open browser automatically (default true)
-run
compile and run Go program on The Go Playground (default true)
-share
share code on The Go Playground (default true)
haya14busa (https://github.com/haya14busa)