statping/utils/doc.go

11 lines
489 B
Go
Raw Permalink Normal View History

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