Skip to content

nosco/go-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da676ab · Oct 10, 2016

History

25 Commits
Oct 10, 2016
Oct 10, 2016
Oct 14, 2015
Oct 14, 2015
Sep 20, 2016
Feb 29, 2016
Oct 10, 2016
Oct 10, 2016
Feb 23, 2016
Feb 6, 2016

Repository files navigation

go-utils

Currently this is just a wrapper around github.com/segmentio's 2 fast case parses:

github.com/segmentio/go-camelcase

github.com/segmentio/go-snakecase

With an added Pascal Case function:

func CamelCase(str string) string
func SnakeCase(str string) string
func PascalCase(str string) string

Thank you @tj for switching to Go just before we did! ;)

About

Small generic functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages