fix import

This commit is contained in:
tomas 2024-11-11 11:33:45 +08:00
parent b7b38d53ae
commit 872d46a580
1 changed files with 1 additions and 2 deletions

View File

@ -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)
}
}