goplay

The Go Playground (https://play.golang.org/) client

MIT License

Stars
102

goplay - The Go Playground (https://play.golang.org/) client

Install

as a Library

go get -u github.com/haya14busa/goplay

as a command line tool

go get -u github.com/haya14busa/goplay/cmd/goplay

Command Line Tool

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)

🐦 Author

haya14busa (https://github.com/haya14busa)

Package Rankings
Top 2.88% on Proxy.golang.org
Badges
Extracted from project README
Travis Build Status Appveyor Build status Go Report Card Coverage Status Releases LICENSE GoDoc
Related Projects