Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FieldsAsAnonymous ¶
FieldsAsAnonymous removes the names out of fields and returns only the types. E.g.:
(result string, err error) -> (string, error)
It creates and returns a copy of the list and does not modify the provided one.
func ToSnakeCase ¶
ToSnakeCase transforms the provided string into snake case by inserting underscores between upper case or number word boundaries and lower casing the result.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.