Documentation ¶
Index ¶
- Variables
- func CamelizeStr(s string, upperCase bool) string
- func CleanUpGenFiles(dir string) error
- func FileExists(name string) (bool, error)
- func FirstCharacter(name string) string
- func GetDbNameFromDSN(dsn string) (string, error)
- func MkdirPathIfNotExist(dirPath string) error
- func SaveFile(dirPath, fileName string, text []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DSNError = errors.New("dsn string error")
Functions ¶
func CamelizeStr ¶
func CleanUpGenFiles ¶
func FileExists ¶
FileExists reports whether the named file or directory exists.
func FirstCharacter ¶
func GetDbNameFromDSN ¶
func MkdirPathIfNotExist ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.