Skip to content
forked from uber-go/sally

A tiny HTTP server for supporting custom Golang import paths

License

Notifications You must be signed in to change notification settings

alvinantonius/sally

 
 

Repository files navigation

sally

A tiny HTTP server for supporting custom Golang import paths

Installation

go get go.uber.org/sally

Usage

Create a YAML file with the following structure:

url: google.golang.org
packages:
  grpc:
    repo: github.com/grpc/grpc-go

Then run Sally to start the HTTP server:

$ sally -yml site.yaml -port 5000

About

A tiny HTTP server for supporting custom Golang import paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.6%
  • Makefile 14.4%