dialect/sql/schema: hello ariga.io/atlas (#2279)

This commit is contained in:
Ariel Mashraki
2022-01-20 17:20:50 +02:00
committed by GitHub
parent 05590433a7
commit 60e03285d0
13 changed files with 1643 additions and 73 deletions

View File

@@ -151,13 +151,6 @@ func TestDecodeSlice(t *testing.T) {
}`,
want: [...]byte{42, 55},
},
{
in: `{
"@type": "g:List",
"@value": null
}`,
want: []int(nil),
},
}
for _, tc := range tests {