37491d0d32
* web/storagenode: add package-lock.json * storagenode: compile console into binary
14 lines
324 B
Go
14 lines
324 B
Go
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package consoleassets
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
// FileSystem is nil by default, but when our Makefile generates
|
|
// embedded resources via go-bindata, it will also drop an init method
|
|
// that sets this to not nil.
|
|
var FileSystem http.FileSystem
|