This is a chrome extension for running a selected golang code in The Go Playground.
A code validation and formatting use go/format.
- go 1.12
Reload your browser
- Setup (using homebrew)
brew install go
brew install yarn
- Clone this repository and build.
git clone https://github.com/ramenjuniti/clipgo.git
cd clipgo
make install
make build
-
Open the Extension Management page by navigating to
chrome://extensions
. -
Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the
build
directory.
make test
This software is released under the MIT License, see LICENSE.