Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plutov/playgo
CLI tool to send .go file to the Go Playground
https://github.com/plutov/playgo
go golang
Last synced: 25 days ago
JSON representation
CLI tool to send .go file to the Go Playground
- Host: GitHub
- URL: https://github.com/plutov/playgo
- Owner: plutov
- License: mit
- Created: 2017-02-22T11:16:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T14:59:12.000Z (5 months ago)
- Last Synced: 2024-11-09T20:44:00.297Z (about 1 month ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 415 KB
- Stars: 81
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- command-line-tools - playgo - Send .go file to the Go Playground. (Go)
README
Usually when we share a runnable Go code we do: copy code, open [Go Playground](https://go.dev), paste code, click Share.
So `playgo` does it for you.
### Install
```
go get -u github.com/plutov/playgo/cmd/playgo
```### Usage
![usage.gif](https://raw.githubusercontent.com/plutov/playgo/master/usage.gif)