Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 348 Bytes

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