aboutsummaryrefslogtreecommitdiff
path: root/bindata.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02Fix godoc badge image (#43)Gravatar Abhinav Gupta 1-3/+3
pkg.go.dev does not serve a badge like godoc.org. This change switches the image over to one provided by shields.io. Note that this uses the style "for-the-badge" from shields.io.
2019-03-05Support changing godoc instance (#38)Gravatar Diego Bernardes 1-2/+2
This adds the ability to change the godoc.org instance used by Sally to link to documentation by providing a new `godoc` section in the configuration.
2019-01-03template: Bundle in binary with bindata (#36)Gravatar Abhinav Gupta 1-0/+258
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-12Rework as HTTP server (#15)Gravatar Grayson Koonce 1-260/+0
2016-09-30bindataGravatar Grayson Koonce 1-2/+2
2016-09-30Starting point (#1)Gravatar Grayson Koonce 1-0/+260