Skip to content

Commit 70007df

Browse files
committed
Fix per-package overrides
1 parent 7969b5c commit 70007df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ func Combine(conf Config, pkg SQL) CombinedSettings {
236236
}
237237
if pkg.Gen.Go != nil {
238238
cs.Go = *pkg.Gen.Go
239+
cs.Overrides = append(cs.Overrides, pkg.Gen.Go.Overrides...)
239240
}
240241
return cs
241242
}

0 commit comments

Comments
 (0)