aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-06 16:19:22 +0700
committerShulhan <ms@kilabit.info>2025-07-06 16:19:22 +0700
commit76e44f0c738325ec7c1a64b2302a08320a8102b3 (patch)
tree9df3b5851c20d062815329b1463bfffbe8a80fff /beku.go
parentbae56a2010ece755e3fb664b2428d0aaf73b4a9b (diff)
downloadbeku-76e44f0c738325ec7c1a64b2302a08320a8102b3.tar.xz
all: replace module github.com/shuLhan/share with pakakeh.go
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")