gofmt: Replace interface{} with any
Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
+4
-4
@@ -2,10 +2,10 @@ package model
|
||||
|
||||
// Data ...
|
||||
type Data struct {
|
||||
Version int `json:"version"`
|
||||
Team []Team `json:"team"`
|
||||
Gemstock interface{} `json:"gemstock"`
|
||||
Submember []interface{} `json:"submember"`
|
||||
Version int `json:"version"`
|
||||
Team []Team `json:"team"`
|
||||
Gemstock any `json:"gemstock"`
|
||||
Submember []any `json:"submember"`
|
||||
}
|
||||
|
||||
// Accessory ...
|
||||
|
||||
Reference in New Issue
Block a user