func TestVerbsMarshalJSON(t *testing.T) { … } func TestVerbsJsonIterUnmarshalJSON(t *testing.T) { … } // TestMarshalJSONWithOmit tests that we don't have regressions regarding nil and empty slices with "omit" func TestMarshalJSONWithOmit(t *testing.T) { … } func TestVerbsUnmarshalJSON(t *testing.T) { … } func TestVerbsProto(t *testing.T) { … }