/goplay

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

Primary LanguageGoMIT LicenseMIT

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

Travis Build Status Appveyor Build status Go Report Card Coverage Status Releases LICENSE GoDoc

gif

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)