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

22 lines
No EOL
372 B
Markdown

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