/clipgo

This is a chrome extension for running a selected code in The Go Playground.

Primary LanguageJavaScriptMIT LicenseMIT

Clip Go

CircleCI Go Report Card Chrome Web Store

This is a chrome extension for running a selected golang code in The Go Playground.

A code validation and formatting use go/format.

Dependency

  • go 1.12

Install

For Users

Reload your browser

For Developers

  1. Setup (using homebrew)
brew install go
brew install yarn
  1. Clone this repository and build.
git clone https://github.com/ramenjuniti/clipgo.git
cd clipgo
make install
make build
  1. Open the Extension Management page by navigating to chrome://extensions.

  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.

  1. Click the LOAD UNPACKED button and select the build directory.

Test

make test

LICENSE

This software is released under the MIT License, see LICENSE.