go fmt. vet
This commit is contained in:
@@ -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())},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user