Apply go fix modernizations
This commit is contained in:
@@ -29,7 +29,7 @@ type Error struct {
|
||||
Utilization float64 `json:"utilization,omitempty"`
|
||||
FirstSeen time.Time `json:"first_seen"`
|
||||
LastSeen time.Time `json:"last_seen"`
|
||||
LastUpdated time.Time `json:"last_updated,omitempty"`
|
||||
LastUpdated time.Time `json:"last_updated,omitzero"`
|
||||
}
|
||||
|
||||
type ErrorTracker struct {
|
||||
|
||||
Reference in New Issue
Block a user