2018-09-15 22:21:58 +00:00
|
|
|
// 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.
|
2018-09-15 22:21:58 +00:00
|
|
|
//
|
|
|
|
// 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
|
2018-09-15 22:21:58 +00:00
|
|
|
package utils
|