Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)