diff options
| author | Shulhan <ms@kilabit.info> | 2018-05-21 03:52:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-05-21 03:52:13 +0700 |
| commit | 07793357af399c3f6722be3d1f5efb7af4e432b4 (patch) | |
| tree | 55771f734c63292be20a9f18e2fdd3933e1d58dc /beku.go | |
| parent | 8f01bf679c2bec9b514f4ea2d0f3d5c4eca9e953 (diff) | |
| download | beku-07793357af399c3f6722be3d1f5efb7af4e432b4.tar.xz | |
Use filepath.Join when applicable
Diffstat (limited to 'beku.go')
| -rw-r--r-- | beku.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ const ( dbgSkipSelf = "skip self dep" dbgSkipStd = "skip std dep" - dirDB = "/var/beku" + dirDB = "var/beku" dirBin = "bin" dirPkg = "pkg" dirSrc = "src" |
