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
Age
Commit message (
Expand
)
Author
2026-02-13
go.mod: update all dependencies
HEAD
main
Shulhan
2025-07-19
testdata: update beku_test to tip
Shulhan
2025-07-06
all: replace module github.com/shuLhan/share with pakakeh.go
Shulhan
2023-03-07
all: prefix the error in Package Remove and gitInstall
Shulhan
2023-03-07
all: ignore generated .html files in _doc
Shulhan
2023-03-07
go.mod: set minimum go version to 1.18 and update all dependencies
Shulhan
2023-03-03
all: reformat all .go files with Go 1.19 gofmt
Shulhan
2022-02-01
all: remove the flag vendor
Shulhan
2022-01-30
Release beku v0.7.1 (2022-01-30)
v0.7.1
Shulhan
2022-01-30
go.mod: update all dependencies
Shulhan
2022-01-30
all: simplify running linter
Shulhan
2022-01-30
all: replace beku_test in testdata with gitsubmodule
Shulhan
2019-12-27
all: fix linter warnings
Shulhan
2019-12-27
Makefile: disable unused linters on lint task
Shulhan
2019-06-28
Release v0.7.0
v0.7.0
Shulhan
2019-06-25
env: fix missing exclude, deps, required-by, and missing statements
Shulhan
2019-06-18
all: update package share from v0.6.1 to v0.7.0
Shulhan
2019-06-09
package: add $GOCACHE and $HOME to environments on GoInstall
Shulhan
2019-06-09
go.mod: update dependencies
Shulhan
2019-06-09
env: do not auto cleanup unused repositories
Shulhan
2019-03-30
Release v0.6.0
v0.6.0
Shulhan
2019-03-30
all: make Go command works with Go v1.12 and later
Shulhan
2019-03-30
test: run the test functions directly
Shulhan
2019-03-30
testdata: fix bare git repository and test files
Shulhan
2019-03-30
cmd/beku: use direct test functions instead of using sub-tests
Shulhan
2019-03-30
package: remove unused "nolint:gas"
Shulhan
2019-03-30
all: suppress linter warnings on global variables and long lines
Shulhan
2019-03-30
beku: use lowercase on first letter of error message
Shulhan
2019-03-30
all: use copy of "golang.org/x/tools/go/vcs"
Shulhan
2019-01-25
package: fix test on "go install ./..." with latest Go version
Shulhan
2019-01-25
go.mod: update dependency on package "github.com/shuLhan/share"
Shulhan
2019-01-25
env: install package if missing when issuing SyncAll
Shulhan
2018-12-14
Release v0.5.2
v0.5.2
Shulhan
2018-12-14
make: enable all linters on lint task
Shulhan
2018-12-14
all: minimize naked return on long functions
Shulhan
2018-12-14
all: rewrite switch-statement with single case to if-statement
Shulhan
2018-12-14
all: skip linter error on global variables
Shulhan
2018-12-14
cmd/beku: remove unused return value from parseFreezeFlag
Shulhan
2018-12-14
env: remove unused function to reinstall all packages
Shulhan
2018-12-14
package_git: set package remote URL according to value in database
Shulhan
2018-12-13
Update dependencies and fix tests
Shulhan
2018-11-27
env.Freeze: no need to reinstall all packages after freezing
Shulhan
2018-11-02
Fix sync all that cause version set to true
v0.5.1
Shulhan
2018-11-01
Release v0.5.0
v0.5.0
Shulhan
2018-11-01
Update Go modules
Shulhan
2018-11-01
env: check if new package version is greater than current version
Shulhan
2018-10-31
env: fix sync "--into" command
Shulhan
2018-10-31
cmd/beku: simplify "if" with switch statement
Shulhan
2018-09-29
go.mod: update dependencies
Shulhan
2018-09-29
env: update comments on Sync, install, and GetPackageFromDB
Shulhan
[next]