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_test.go
Age
Commit message (
Expand
)
Author
2025-07-06
all: replace module github.com/shuLhan/share with pakakeh.go
Shulhan
2023-03-07
go.mod: set minimum go version to 1.18 and update all dependencies
Shulhan
2022-02-01
all: remove the flag vendor
Shulhan
2019-03-30
all: suppress linter warnings on global variables and long lines
Shulhan
2018-12-14
all: skip linter error on global variables
Shulhan
2018-12-13
Update dependencies and fix tests
Shulhan
2018-09-14
Remove unused variables
Shulhan
2018-09-14
package: simplify parameter of NewPackage
Shulhan
2018-09-14
Refactoring test to use clone from local directory
Shulhan
2018-09-13
Replace git and common functions with package share/lib/{git,io}
Shulhan
2018-06-05
Add option to disable installing dependencies
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
NewPackage(): remove parameter vcs mode
Shulhan
2018-06-03
NewPackage(): use golang tools/go/vcs to get remote URL
Shulhan
2018-06-03
Remove git submodule for testing
Shulhan
2018-05-29
Add operation to exclude package from database
Shulhan
2018-05-27
[test] Always set the git test repo to latest version
Shulhan
2018-05-27
[test] package: check for nil before comparing with expected value
Shulhan
2018-05-24
Replace "log" with "fmt"
Shulhan
2018-05-23
[test] Add unit test for some Env methods
Shulhan
2018-05-21
[chore] make syntax of variable name consistent
Shulhan
2018-05-21
[test] package: add unit test for Remove, Install, and GoClean
Shulhan
2018-05-17
[test] Move test initialization and common test functions to beku_test
Shulhan