fix gobindata panic

This commit is contained in:
Stephen McQuay 2016-02-12 21:37:58 -08:00
parent 4a981bf69c
commit d76a9bff9f
1 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ func main() {
fs = &assetfs.AssetFS{
Asset: web.Asset,
AssetDir: web.AssetDir,
AssetInfo: web.AssetInfo,
Prefix: "static",
}
} else {