package helpers import "os" func IsRootUser() bool { return os.Geteuid() == 0 }