Documentation
¶
Index ¶
- func ExpandPath(filePath string) (string, error)
- func FileExists(filePath string) bool
- func LeftPad(s string, padStr string, pLen int) string
- func LeftPad2Len(s string, padStr string, overallLen int) string
- func RightPad(s string, padStr string, pLen int) string
- func RightPad2Len(s string, padStr string, overallLen int) string
- func SnakeCaseToCamelCase(inputUnderScoreStr string) (camelCase string)
- func StringToInt(input string) (int, error)
- func StripIndent(multilineStr string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandPath ¶
func FileExists ¶
func SnakeCaseToCamelCase ¶
func StringToInt ¶
func StripIndent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.