Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation.
--
import "github.com/segmentio/go-camelcase"
Convert strings to camelCase
func Camelcase(str string) string
Camelcase representation of str
.
MIT