2025-03-02から1日間の記事一覧
Overview Go 1.24 から encoding/json に入った IsZero のインターフェースについて実際に触ってみて挙動を調べてみました。 IsZero とは? When marshaling, a struct field with the new omitzero option in the struct field tag will be omitted if its …
Overview Go 1.24 から encoding/json に入った IsZero のインターフェースについて実際に触ってみて挙動を調べてみました。 IsZero とは? When marshaling, a struct field with the new omitzero option in the struct field tag will be omitted if its …