Skip to content

darsenault/goplaas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See doc.go.

This is a fork of the goplay code inculded 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

About

A fork of goplay to allow access from any origin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.6%
  • Makefile 2.4%