We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385d61f commit 58dfc7eCopy full SHA for 58dfc7e
internal/dinosql/gen.go
@@ -242,6 +242,8 @@ func (r Result) ModelImports() [][]string {
242
stds = append(stds, s)
243
}
244
245
+ sort.Strings(stds)
246
+ sort.Strings(pkgs)
247
return [][]string{stds, pkgs}
248
249
@@ -375,6 +377,8 @@ func (r Result) QueryImports(filename string) [][]string {
375
377
376
378
379
380
381
382
383
384
0 commit comments