Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentBlock ¶
CommentBlock outputs the string as a comment block, ie prefixing each line with //
func FirstLower ¶
FirstLower sets the first character of the string to lower case
func FirstUpper ¶
FirstUpper sets the first character of the string to upper case
func RemoveSpecial ¶
RemoveSpecial removes any non-ascii characters from the string
func ToPascalCase ¶
ToPascalCase returns a pascal-cased (e.g. SomeValueLikeThis) out of a string
func TypeDisplayName ¶
TypeDisplayName returns the value with special characters replaced with there semantic meaning and then converted to pascal case. For example,
*string
becomes
NullableString
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.