aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 51527edd20f21e8a9d9c96cbe0e4dfaafb0e6517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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:

```yaml
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
```