Documentation ¶
Index ¶
- func ComposeErrors(errs []error) error
- func FetchTags(strs []string, prefix string) (tags []string)
- func FindFunctionByName(fns []types.Function, name string) *types.Function
- func IsInStringSlice(what string, where []string) bool
- func LastUpperOrFirst(str string) string
- func ParseFile(filename string) (*types.File, error)
- func StatFile(absPath, relPath string) error
- func ToLower(str string) string
- func ToLowerFirst(s string) string
- func ToSnakeCase(s string) string
- func ToUpperFirst(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComposeErrors ¶ added in v0.3.0
func FindFunctionByName ¶ added in v0.3.0
func IsInStringSlice ¶
func LastUpperOrFirst ¶ added in v0.3.0
Return last upper char in string or first char if no upper characters founded.
func ToLowerFirst ¶
func ToSnakeCase ¶
func ToUpperFirst ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.