update remark

This commit is contained in:
Liujian
2024-10-28 18:39:55 +08:00
parent 78f96dbcf9
commit a48523c94b
9 changed files with 26 additions and 30 deletions
+1
View File
@@ -9,6 +9,7 @@ type Kind int
func (k *Kind) UnmarshalJSON(bytes []byte) error {
str := ""
err := json.Unmarshal(bytes, &str)
if err != nil {
return err