https://github.com/haya14busa/goplay
The Go Playground (https://play.golang.org/) client
https://github.com/haya14busa/goplay
go go-playground golang golang-tools playground
Last synced: about 1 year ago
JSON representation
The Go Playground (https://play.golang.org/) client
- Host: GitHub
- URL: https://github.com/haya14busa/goplay
- Owner: haya14busa
- License: mit
- Created: 2016-09-01T21:17:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T05:09:32.000Z (almost 10 years ago)
- Last Synced: 2025-03-30T07:10:06.554Z (about 1 year ago)
- Topics: go, go-playground, golang, golang-tools, playground
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 107
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## goplay - The Go Playground (https://play.golang.org/) client
[](https://travis-ci.org/haya14busa/goplay)
[](https://ci.appveyor.com/project/haya14busa/goplay)
[](https://goreportcard.com/report/github.com/haya14busa/goplay)
[](https://coveralls.io/github/haya14busa/goplay)
[](https://github.com/haya14busa/goplay/releases)
[](LICENSE)
[](https://godoc.org/github.com/haya14busa/goplay)

### 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)
```
:bird: Author
-------------
haya14busa (https://github.com/haya14busa)