Compare commits
No commits in common. "f8e8a34780bf4be7e9c725f5135e9bd8be5aee5c" and "b7b38d53ae20dada3e225113fe9c98abcf47e631" have entirely different histories.
f8e8a34780
...
b7b38d53ae
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
)
|
Loading…
Reference in New Issue