♻️ Export Generator, and switch to WithGenerator Option

This commit is contained in:
Dan Jones 2025-03-10 13:48:11 -05:00
commit ce5f823d64
3 changed files with 53 additions and 50 deletions

View file

@ -7,7 +7,7 @@ type config struct {
prefix string
suffix string
extension string
generator generator
generator Generator
}
func defaultConf() config {