Documentation
¶
Index ¶
- Variables
- func FDEFAULT(s string) string
- func JCOMMA(ss []string) string
- func JDASHED(ss []string) string
- func JUNDER(ss []string) string
- func SCOMMA(s string) []string
- func SDASH(s string) []string
- func SSPACE(s string) []string
- func SUNDER(s string) []string
- type FormatFunc
- type JoinFunc
- type SplitFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DEFAULTFORMAT = FDEFAULT DEFAULTJOIN = JDASHED DEFAULTSPLIT = SSPACE )
Functions ¶
Types ¶
type FormatFunc ¶
Click to show internal directories.
Click to hide internal directories.