gofmt: Replace interface{} with any

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-06-20 09:08:42 +08:00
parent 43edc4f346
commit 0d56db2dcb
59 changed files with 601 additions and 601 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package model
// PersonalNoticeResp ...
type PersonalNoticeResp struct {
ResponseData PersonalNoticeRes `json:"response_data"`
ReleaseInfo []interface{} `json:"release_info"`
ReleaseInfo []any `json:"release_info"`
StatusCode int `json:"status_code"`
}