Split a camelcase word into a slice of words in Go
Description
CamelCase is a Go package to split the words of a camelcase type string into a
slice of words. It can be used to convert a camelcase word (lower or upper case)
into any type of word.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/fatih/camelcase