index
:
beku
dev
main
Library and program to manage Go packages in user's environment.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
beku.go
Age
Commit message (
Expand
)
Author
2025-07-06
all: replace module github.com/shuLhan/share with pakakeh.go
Shulhan
2022-02-01
all: remove the flag vendor
Shulhan
2019-06-18
all: update package share from v0.6.1 to v0.7.0
Shulhan
2019-03-30
beku: use lowercase on first letter of error message
Shulhan
2018-12-14
all: skip linter error on global variables
Shulhan
2018-09-14
Remove unused variables
Shulhan
2018-09-14
Get and save package remote branch in database
Shulhan
2018-09-14
Replace local debug variable with debug package
Shulhan
2018-06-04
[chore] Add copyright information
Shulhan
2018-06-04
Add common option "-V, --vendor" to work with vendor directory
Shulhan
2018-06-04
[chore] Add context to debug output
Shulhan
2018-06-03
NewPackage(): use golang tools/go/vcs to get remote URL
Shulhan
2018-06-03
env.install(): change confirmation message for cleaning non-empty directory
Shulhan
2018-05-30
package: GoInstall: set default PATH if it's empty
Shulhan
2018-05-29
Add operation to exclude package from database
Shulhan
2018-05-26
Change default database file name from "gopath.deps" to "beku.db"
Shulhan
2018-05-21
Use filepath.Join when applicable
Shulhan
2018-05-21
package.gitClone: return error if destination directory is not empty
Shulhan
2018-05-19
Add remove operation
Shulhan
2018-05-18
Env: save GOPATH "bin" and "pkg" directories
Shulhan
2018-05-17
Change git compare from using browser to using "git log"
Shulhan
2018-05-16
Add package synchronize operation (--sync,-S)
Shulhan