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

github.com/mattyw/goplaas

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mattyw/goplaas

  • v0.0.0-20151222213609-51ca01f8083c
  • Source
  • Go
  • Socket score

Version published
Created
Source

See doc.go.

This is a fork of the goplay code included in misc/goplay of the go1.2 release.

The goal was to make a go playground that would allow you to make runnable examples using your ownpackages

It's a proof of concept to show how you can include runnable examples for your own packages on your own webserver

To run the default server but point to a different server for doing the compilation do:

go run goplay.go -compile <url>

The real intention is that the server allows compile to be called from any origin.

This means the server can be run on a server with access to any packages in the GOPATH.

You can then include runnable examples on your website that point to this server for doing the compilation

FAQs

Package last updated on 22 Dec 2015

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