ingress-nginx-helm/vendor/github.com/segmentio/go-camelcase
Manuel de Brito Fontes 1bc383f9c5 Update godeps
2016-11-11 18:22:34 -03:00
..
.gitignore Update godeps 2016-11-11 18:22:34 -03:00
camel.go Update godeps 2016-11-11 18:22:34 -03:00
circle.yml Update godeps 2016-11-11 18:22:34 -03:00
Readme.md Update godeps 2016-11-11 18:22:34 -03:00

go-camelcase

Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation.

--

import "github.com/segmentio/go-camelcase"

Convert strings to camelCase

Usage

func Camelcase

func Camelcase(str string) string

Camelcase representation of str.

License

MIT