Versions in this module Expand all Collapse all v0 v0.6.1 Mar 30, 2021 Changes in this version + func CheckSourceFolderExit(sourceFolder string) (bool, error) v0.5.1 Aug 7, 2017 v0.5.0 May 24, 2017 v0.2.1 May 11, 2017 Changes in this version + func GetTableWriter() *tablewriter.Table v0.2.0 May 9, 2017 v0.1.0 Apr 10, 2017 Changes in this version + const BYTE + const DAY + const GB + const HOUR + const KB + const MB + const MINUTE + const MONTH + const YEAR + func DeleteFile(filepath string) error + func FormatMemory(input int) string + func FormatUptime(startTime, currentTime int64) string + func GetFile(filepath string) (*os.File, error) + func PadString(str string, totalSize int) string + func SafeReadTomlFile(filename string, v interface{}) error + func SafeWriteTomlFile(v interface{}, filename string) error + func WriteFile(filepath string, b []byte) error + type FileMutex struct + func MakeFileMutex(filename string) *FileMutex + func (fMutex *FileMutex) Lock() + func (fMutex *FileMutex) Unlock()