Align ignore syntax of json tags with fmt, cbor

This commit is contained in:
VladPavliuk
2024-07-14 00:21:05 +03:00
parent 64ae99f016
commit 76fe5d1346
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ utf8_string_of_multibyte_characters :: proc(t: ^testing.T) {
@test
struct_with_ignore_tags :: proc(t: ^testing.T) {
My_Struct :: struct {
a: string `json:"_,ignore"`,
a: string `json:"-"`,
}
my_struct := My_Struct{