diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-06 16:19:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-06 16:19:22 +0700 |
| commit | 76e44f0c738325ec7c1a64b2302a08320a8102b3 (patch) | |
| tree | 9df3b5851c20d062815329b1463bfffbe8a80fff /beku.go | |
| parent | bae56a2010ece755e3fb664b2428d0aaf73b4a9b (diff) | |
| download | beku-76e44f0c738325ec7c1a64b2302a08320a8102b3.tar.xz | |
all: replace module github.com/shuLhan/share with pakakeh.go
Diffstat (limited to 'beku.go')
| -rw-r--r-- | beku.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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") |
