Add custom .golangci.yaml config.
This commit is contained in:
@@ -171,7 +171,7 @@ func (cb ConstantBase) GetStartingPrice() float64 {
|
||||
return cb.StartingPrice
|
||||
}
|
||||
|
||||
// RelativeBase is a base that is relative, e.g. "90 days ago."
|
||||
// RelativeBase is a base that is relative, e.g. "90 days ago".
|
||||
type RelativeBase struct {
|
||||
Name string `koanf:"name"`
|
||||
Offset time.Duration `koanf:"offset"`
|
||||
|
Reference in New Issue
Block a user