fix(lint): warning from golangci-lint tool
https://github.com/appleboy/gorush/issues/704 Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -58,6 +58,7 @@ func InitAppStatus(conf *config.ConfYaml) error {
|
||||
logx.LogAccess.Info("Init App Status Engine as ", conf.Stat.Engine)
|
||||
|
||||
var store core.Storage
|
||||
//nolint:goconst
|
||||
switch conf.Stat.Engine {
|
||||
case "memory":
|
||||
store = memory.New()
|
||||
|
||||
Reference in New Issue
Block a user