aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-06-03 23:29:34 +0700
committerShulhan <ms@kilabit.info>2018-06-04 00:06:48 +0700
commit8c316a9b4cea498dfaecf41b00b6c1df239b14cb (patch)
tree273471e6d31a0542aad736bc42270300c75400f0 /beku.go
parent9e35bb0d8ba1dfad4637f9fad77dd929176c49a1 (diff)
downloadbeku-8c316a9b4cea498dfaecf41b00b6c1df239b14cb.tar.xz
[chore] Add context to debug output
Each debug statement is prefixed with "[X] func" where X is either ENV for debug in environment's methods or PKG for debug in package's methods.
Diffstat (limited to 'beku.go')
-rw-r--r--beku.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/beku.go b/beku.go
index 2330c22..d169318 100644
--- a/beku.go
+++ b/beku.go
@@ -12,11 +12,6 @@ const (
)
const (
- dbgLinkDep = "linking dep"
- dbgMissDep = "missing dep"
- dbgSkipSelf = "skip self dep"
- dbgSkipStd = "skip std dep"
-
defPATH = "/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
dirDB = "var/beku"