go fmt. vet

This commit is contained in:
Jon Lundy
2018-06-26 10:51:21 -06:00
parent 871790de23
commit 7e943c8b4d
6 changed files with 16 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ import "sour.is/x/toolbox/httpsrv"
func init() {
httpsrv.AssetRegister("docs", httpsrv.AssetRoutes{
{"Assets", "/docs/", httpsrv.FsHtml5(assetFS())},
{Name: "Assets", Path: "/docs/", HandlerFunc: httpsrv.FsHtml5(assetFS())},
})
}