Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-12 | Update Godoc server to pkg.go.dev (#40) | 1 | -8/+8 | ||
Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833 | |||||
2019-01-03 | template: Bundle in binary with bindata (#36) | 1 | -12/+10 | ||
This uses go-bindata/go-bindata to bundle the template in the binary. I also realized that the handler test was now broken because we were checking the exact contents of the index page in the test. This change fixes that too. | |||||
2016-10-27 | Enforce alphabetical ordering of packages in YAML config (#22) | 1 | -2/+2 | ||
2016-10-12 | Rework as HTTP server (#15) | 1 | -0/+102 | ||