1
0
Fork 0

update for modern assetfs

Esse commit está contido em:
Stephen McQuay 2016-02-23 13:59:40 -08:00
commit 78b1711cd9
1 arquivos alterados com 3 adições e 2 exclusões

Ver arquivo

@ -83,8 +83,9 @@ func NewController(conf Config, mprof, pprof, staticFiles string) *http.ServeMux
prefix["ui"],
http.FileServer(
&assetfs.AssetFS{
Asset: Asset,
AssetDir: AssetDir,
Asset: Asset,
AssetDir: AssetDir,
AssetInfo: AssetInfo,
},
),
)