Skip to content

paked/binloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binloader

A HTTP server which builds Go binaries for a variety of platforms.

Usage

binloader is used in our browser.

To download a Go command github.com/codegangsta/gin, you would GET http://<GOARCH>.<GOOS>.<BINLOADER_HOST>/github.com/codegangsta/gin.

If you are hosting binloader locally or do not want to use hostnames, this query works instead ``http://<BINLOADER_HOST>/github.com/codegangsta/gin/?goarch=&goos=`

About

binloader is a HTTP server which builds Go binaries for a variety of platforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages