Documentation ¶
Index ¶
- func CheckSum(fpath, cType, cSum string) (r bool)
- func Closeq(v any)
- func ComputeSum(fpath, sumType string) (sumStr string)
- func CopyFile(src, dst string) (written int64, err error)
- func MakeDirs(dirs ...string)
- func PathIsExist(path string) (bool, error)
- func VerifyUrls(rawUrl string) (r bool)
- type CtrlCSignal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeSum ¶ added in v0.2.0
func PathIsExist ¶
func VerifyUrls ¶ added in v0.2.1
Types ¶
type CtrlCSignal ¶ added in v0.1.7
type CtrlCSignal struct{}
Listen Signal: Ctrl+C
func (*CtrlCSignal) ListenSignal ¶ added in v0.1.7
func (that *CtrlCSignal) ListenSignal()
Click to show internal directories.
Click to hide internal directories.