fix import
This commit is contained in:
parent
b7b38d53ae
commit
872d46a580
|
@ -3,7 +3,7 @@ package storage
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"slotspkg/internal/exported/excel2go/base"
|
||||
"mongo.games.com/game/gamesrv/slotspkg/internal/exported/excel2go/base"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@ -636,4 +636,3 @@ func Load(dataMap map[string]string, name string, v interface{}) {
|
|||
panic(err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue