emahiro/b.log

日々の勉強の記録とか育児の記録とか。

2025-03-02から1日間の記事一覧

Go 1.24 から導入された json の IsZero に触れてみる

Go

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 …