aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
Diffstat (limited to 'beku.go')
-rw-r--r--beku.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/beku.go b/beku.go
index bf2524c..9ca8500 100644
--- a/beku.go
+++ b/beku.go
@@ -59,6 +59,10 @@ const (
gitDir = ".git"
)
+// Debug flag to debug running command.
+// Set from environment variable BEKU_DEBUG.
+var Debug int64 = 0
+
// List of error messages.
var (
ErrGOROOT = errors.New("GOROOT is not defined")