SQLTemplate: Swap the IFace with the concrete struct (#92008)

This commit is contained in:
Ryan McKinley
2024-08-16 15:12:37 +03:00
committed by GitHub
parent 32a5651e96
commit f432a1713b
19 changed files with 271 additions and 271 deletions
@@ -70,7 +70,7 @@ func TestArg_ArgList(t *testing.T) {
},
}
var a Args
var a args
a.d = argFmtSQL92
for i, tc := range testCases {
a.Reset()