Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/thedevsaddam/go-repl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/thedevsaddam/go-repl

  • v0.0.0-20170819063549-45f722d5e6d2
  • Source
  • Go
  • Socket score

Version published
Created
Source

GO REPL

GO REPL is a simple application promising to write/compile/run code in terminal, inspired by python shell

Task screenshot

Dwnload Binary

Installation

On MacOS/Linux download the binary file and copy the file to /user/local/bin/ and set permission to executable

$ cp gorepl /usr/local/bin/gorepl
$ sudo chmod +x /usr/local/bin/gorepl

On Windows set the gorepl path in your environment and run in terminal

If you are interested to build the code for your computer then

$ git clone https://github.com/thedevsaddam/go-repl.git #clone into your $GOPATH/src/
$ ./build

Usage

After writing your code use a blank line then write :cr and hit enter to compile and run code

Please see the example

Task screenshot

Contribution

If you love the application please feel free to send pull requests or rise issue

License

The GO REPL is an open-source software licensed under the MIT License.

FAQs

Package last updated on 19 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc