1
0
Fork 0

update for modern assetfs

Dieser Commit ist enthalten in:
Stephen McQuay 2016-02-23 13:59:40 -08:00
Ursprung e71d11cd4d
Commit 78b1711cd9
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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,
},
),
)