Documentation ¶
Index ¶
- func Between(str, starting, ending string) string
- func DeleteSpace(str string) string
- func FistLower(str string) string
- func FistUp(str string) string
- func IsLowChar(c uint8) bool
- func IsNumChar(c uint8) bool
- func IsNumber(num string) bool
- func IsUpChar(c uint8) bool
- func IsZero(obj interface{}) bool
- func LongestCommonPrefix(strs []string) string
- func LowChar(c uint8) uint8
- func NewFuncMap(f template.FuncMap) template.FuncMap
- func RawWriter(w io.Writer, b []byte)
- func ToLine(src string) string
- func ToLowerCamel(src string) string
- func ToMiddleLine(src string) string
- func ToUpperCamel(src string) string
- func Tpl(tpl []byte, data interface{}) (*bytes.Buffer, error)
- func Trim(str string) string
- func UpChar(c uint8) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSpace ¶
func LongestCommonPrefix ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.