package
0.0.0-20220412234254-2c2bf7eddea3
Repository: https://github.com/recolude/swagger-unity-codegen.git
Documentation: pkg.go.dev

# Functions

CamelCase translates string to start with lowercase.
ClassName cleans up a string to be a valid C# class name, removing invalid characters and capitilizing the first letter.
TitleCase strips all '_' and '-' characters and capitalizes each word.