/go-playground-sublime

A sublime plugin for sending code easily to the Go Playground.

Primary LanguagePythonMIT LicenseMIT

go-playground

A simple plugin that allows you to quickly upload and share code to the Go Playground. Easy for the lazy people who don't want to open a terminal and run go locally.

Features

User can open a file/tab and navigate to File->Post To Go Playground which will result in their whole buffer being sent to Go Playground and opened in a new tab of their default browser.

Install Instrutions

On Linux

$ cd ~/.config/sublime-text-3/Packages
$ git clone https://github.com/0x4445565a/go-playground-sublime.git
$ chmod 744 go-playground-sublime