Documentation ¶
Index ¶
- func AbPath(file string) string
- func Camel2Underline(s string) string
- func FormCsv(resourceFile string, csvTemplate map[string]string, result interface{}) (err error)
- func GetCurrentAbPath() string
- func GetCurrentAbPathByCaller(skip int) string
- func GetCurrentAbPathByExecutable() string
- func InitialLower(s string) string
- func InitialUpper(s string) string
- func IsCustomField(key string) bool
- func LowerCameName(s string) string
- func MakeCustomField(key string) string
- func Strikethrough(s string) string
- func Strikethrough2Underline(s string) string
- func ToCsvFile(ctx context.Context, name string, ...) (str string, err error)
- func UpperCamelName(s string) string
- type IString
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentAbPathByCaller ¶
GetCurrentAbPathByCaller 获取当前执行文件绝对路径(go run)
func GetCurrentAbPathByExecutable ¶
func GetCurrentAbPathByExecutable() string
GetCurrentAbPathByExecutable 获取当前执行文件绝对路径
func Strikethrough2Underline ¶
Strikethrough2Underline 中划线转下划线
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure.
|
Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure. |
Click to show internal directories.
Click to hide internal directories.