Lint fix!

This commit is contained in:
Lea Anthony
2020-08-31 21:17:04 +10:00
parent c9f1247284
commit ba0af0c16d

5
app.go
View File

@@ -21,9 +21,14 @@ import (
// BuildMode indicates what mode we are in
var BuildMode = cmd.BuildModeProd
// Runtime is the Go Runtime struct
type Runtime = wailsruntime.Runtime
// Store is a state store used for syncing with
// the front end
type Store = wailsruntime.Store
// CustomLogger is a specialised logger
type CustomLogger = logger.CustomLogger
// ----------------------------------------------------------------------------------