Skip to content

haya14busa/goplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)