statping/utils/doc.go

11 lines
485 B
Go
Raw Normal View History

// Package utils contains common methods used in most packages in Statup.
// This package contains multiple function like:
// Logging, encryption, type conversions, setting utils.Directory as the current directory,
2018-10-08 04:37:23 +00:00
// running local CMD commands, and creating/deleting files/folder.
//
// You can overwrite the utils.Directory global variable by including
// STATUP_DIR environment variable to be an absolute path.
//
2018-09-28 07:22:58 +00:00
// More info on: https://github.com/hunterlong/statup
package utils