Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey (Ah !) committed May 5, 2021
1 parent 29e8e83 commit a5527e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
MessageKey: "msg",
LevelKey: "level",
EncodeLevel: zapcore.CapitalColorLevelEncoder,
EncodeTime: zapcore.RFC3339NanoTimeEncoder,
EncodeTime: zapcore.ISO8601TimeEncoder,
}

atomicLevel = zap.NewAtomicLevel()
Expand Down
2 changes: 1 addition & 1 deletion spot/client/marketResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type ExchangeInfoResponse struct {
Interval string `json:"interval"` // interval
IntervalNum int64 `json:"intervalNum"` // intervalNum
Limit int64 `json:"limit"` // limit
} `json:"rateLimits"` // rate limits
} `json:"rateLimits"` // rate limits
ExchangeFilters []interface{} `json:"exchangeFilters"` // exchangeFilters
Symbols []struct {
Symbol string `json:"symbol"` // symbol
Expand Down

0 comments on commit a5527e1

Please sign in to comment.