2018-12-04 05:57:11 +00:00
|
|
|
// Package utils contains common methods used in most packages in Statping.
|
2018-09-15 22:21:58 +00:00
|
|
|
// 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.
|
2018-09-15 22:21:58 +00:00
|
|
|
//
|
|
|
|
// You can overwrite the utils.Directory global variable by including
|
2018-12-04 05:57:11 +00:00
|
|
|
// STATPING_DIR environment variable to be an absolute path.
|
2018-09-15 22:21:58 +00:00
|
|
|
//
|
2020-03-09 18:17:55 +00:00
|
|
|
// More info on: https://github.com/statping/statping
|
2018-09-15 22:21:58 +00:00
|
|
|
package utils
|