Update godeps
This commit is contained in:
parent
1c8773fc98
commit
1bc383f9c5
1723 changed files with 287976 additions and 411028 deletions
22
vendor/github.com/segmentio/go-camelcase/Readme.md
generated
vendored
Normal file
22
vendor/github.com/segmentio/go-camelcase/Readme.md
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue