11 lines
281 B
Go
11 lines
281 B
Go
|
package StaticFiles
|
||
|
|
||
|
import LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
||
|
|
||
|
var (
|
||
|
senderName LM.Sender = `System::StaticFiles`
|
||
|
startFile4Map2Root string = `index.html`
|
||
|
logStaticFileRequests bool = false
|
||
|
zipData []byte = nil
|
||
|
)
|