go-sprout / sprout

From sprig to sprout - Useful template functions for Go templates with steroids
https://sprout.atom.codes
MIT License
86 stars 4 forks source link

fix: sprigin camelcase needs to be the same (bugged) return #55

Closed 42atomys closed 4 weeks ago

42atomys commented 4 weeks ago

Description

In sprig, camelcase return a pascalcase. In Sprout we have both functions but as sprigin must be a no-breaking replacement, camelcase needs to still be "bugged" 😢

Changes

Checklist