update for modern assetfs

This commit is contained in:
Stephen McQuay 2016-02-23 13:59:40 -08:00
parent e71d11cd4d
commit 78b1711cd9
1 changed files with 3 additions and 2 deletions

View File

@ -85,6 +85,7 @@ func NewController(conf Config, mprof, pprof, staticFiles string) *http.ServeMux
&assetfs.AssetFS{
Asset: Asset,
AssetDir: AssetDir,
AssetInfo: AssetInfo,
},
),
)