💡 Fix some doc blocks

This commit is contained in:
Dan Jones 2025-03-15 15:35:40 -05:00
commit 5c1132e414
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,7 @@ type Config struct {
generator Generator
}
// NewConfig returns a new Config with the specified Options.
func NewConfig(options ...Option) Config {
conf := Config{
extension: ".txt",