aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-05-18 23:47:10 +0700
committerShulhan <ms@kilabit.info>2018-05-18 23:47:10 +0700
commit7e5bd088b882303903c59987eb823f0fa88d03b9 (patch)
tree1bb0d5f57eb5071cccfa801d18a4efd506326705 /beku.go
parent7f7d05db60b34be1e39cc192166ad166d562a03a (diff)
downloadbeku-7e5bd088b882303903c59987eb823f0fa88d03b9.tar.xz
Env: save GOPATH "bin" and "pkg" directories
Diffstat (limited to 'beku.go')
-rw-r--r--beku.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/beku.go b/beku.go
index af80fad..f63e393 100644
--- a/beku.go
+++ b/beku.go
@@ -18,6 +18,8 @@ const (
dbgSkipStd = "skip std dep"
dirDB = "/var/beku"
+ dirBin = "bin"
+ dirPkg = "pkg"
dirSrc = "src"
dirTestdata = "testdata"
dirVendor = "vendor"