iancoleman / strcase

A golang package for converting to snake_case or CamelCase
MIT License
1.01k stars 106 forks source link

why not tag v0.1.3 for `ConfigureAcronym` in acronym.go #31

Closed zdunker closed 3 years ago

zdunker commented 3 years ago

You have ConfigureAcronym() in master branch but that's not tagged in a latest version. If I want to import this with a standard go.mod file, the configure function could not be pulled.

iancoleman commented 3 years ago

Thanks for pointing this out! I just pushed the tag for v0.1.3 now