Compare commits

..

No commits in common. "f8e8a34780bf4be7e9c725f5135e9bd8be5aee5c" and "b7b38d53ae20dada3e225113fe9c98abcf47e631" have entirely different histories.

2 changed files with 105 additions and 104 deletions

View File

@ -3,7 +3,7 @@ package storage
import (
"encoding/json"
"mongo.games.com/game/gamesrv/slotspkg/internal/exported/excel2go/base"
"slotspkg/internal/exported/excel2go/base"
"strings"
)
@ -636,3 +636,4 @@ func Load(dataMap map[string]string, name string, v interface{}) {
panic(err)
}
}

View File

@ -58,7 +58,6 @@ type (
BetLine struct {
Index int64
BetLine int64
BaseBet int64
}
// BetSize comment
BetSize struct {
@ -812,4 +811,5 @@ type (
// TestSymbolBetRatio comment
TestSymbolBetRatio = SymbolBetRatio
)