Documentation ¶
Index ¶
- func BinDir() (string, error)
- func CheckMkdir(workFolder string) error
- func Contains(s []int, e int) bool
- func CreateOpenFile(filePath string) (file *os.File, err error)
- func DeleteFile(path string) error
- func ExitWithSecTimeout(status int)
- func Fck(err error)
- func FckText(text string, err error)
- func FindReplace(refStr string, old string, new string) string
- func Getime() string
- func Hash32(s []byte) uint32
- func IsError(err error) bool
- func OpenReadFile(filePath string) (dat []byte, err error)
- func OpenStandartConfig(workDir string) (map[string]string, error)
- func OpenWriteFile(filePath string) (file *os.File, err error)
- func Round(x float64, prec int) float64
- func WorkDir() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinDir ¶
fmt.Sprintf("Ошибка, директория расположения программы не считывается: %v", err)
func CheckMkdir ¶
fmt.Sprintf("Ошибка, директория не может быть создана: %v", err)
func CreateOpenFile ¶
fmt.Sprintf("Ошибка при открытии файла %s: %v",filePath, err)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.