fixed gobindata panic

This commit is contained in:
Stephen McQuay 2016-02-12 21:22:04 -08:00
parent 82def358d5
commit d90baca788
1 changed files with 4 additions and 3 deletions

View File

@ -33,6 +33,7 @@ func addRoutes(sm *http.ServeMux, a *Allowances, staticFiles string) {
&assetfs.AssetFS{
Asset: Asset,
AssetDir: AssetDir,
AssetInfo: AssetInfo,
Prefix: "static",
},
),