# Functions
IndentLines indents all the lines with spaces.
MarshalYAMLWithDescriptions provides marshaling structs with Repose descriptions.
No description provided by the author
MustParseInt uses Atoi to create int from the given argument, and panics if there is an error.
ParamStyleToBraces converts the params in the string from style :param to {param}.
ParamStyleToColon converts the params in the string from style {param} to :param.
ToGoName returns a name that matches Go conventions.
# Variables
DisableYAMLMarshalComments controls MarshalYAMLWithDescriptions.