Documentation ¶
Overview ¶
文件相关
Index ¶
- Variables
- func AbsPath(filePath string) string
- func AppendContent(filePath, content string) error
- func CSVRead(filePath string) ([][]string, error)
- func Download(url string, tmpFilePath string) (string, error)
- func JsonInitValue(filePath string, v interface{}) error
- func JsonSaveValue(filePath string, v interface{}) error
- func LocalOnline(localFilePath, url string) (bool, error)
- func MD5(filePath string) (string, error)
- func TmpDel(filePath string)
- func TomlInitValue(filePath string, v interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var TmpFileNamePrefix string = "goTmpFile"
临时文件前缀
Functions ¶
func JsonSaveValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.