# goplay **Repository Path**: zslab/goplay ## Basic Information - **Project Name**: goplay - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## goplay - The Go Playground (https://play.golang.org/) client [![Travis Build Status](https://travis-ci.org/haya14busa/goplay.svg?branch=travis)](https://travis-ci.org/haya14busa/goplay) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/qr63uhhvogvnj2su?svg=true)](https://ci.appveyor.com/project/haya14busa/goplay) [![Go Report Card](https://goreportcard.com/badge/github.com/haya14busa/goplay)](https://goreportcard.com/report/github.com/haya14busa/goplay) [![Coverage Status](https://coveralls.io/repos/github/haya14busa/goplay/badge.svg)](https://coveralls.io/github/haya14busa/goplay) [![Releases](https://img.shields.io/github/tag/haya14busa/goplay.svg)](https://github.com/haya14busa/goplay/releases) [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![GoDoc](https://godoc.org/github.com/haya14busa/goplay?status.svg)](https://godoc.org/github.com/haya14busa/goplay) ![gif](https://raw.githubusercontent.com/haya14busa/i/e4a88a5fd5a62c0699fa371c1cdb0e203c7533da/goplay/anim.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) ``` :bird: Author ------------- haya14busa (https://github.com/haya14busa)