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
/
package_test.go
Age
Commit message (
Expand
)
Author
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
2022-02-01
all: remove the flag vendor
Shulhan
2022-01-30
go.mod: update all dependencies
Shulhan
2019-06-18
all: update package share from v0.6.1 to v0.7.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-01-25
package: fix test on "go install ./..." with latest Go version
Shulhan
2018-12-13
Update dependencies and fix tests
Shulhan
2018-09-15
package: get remote branch if its empty
Shulhan
2018-09-14
package: simplify Go install method
Shulhan
2018-09-14
package: simplify parameter of NewPackage
Shulhan
2018-09-14
package: remove unneeded scan path
Shulhan
2018-09-14
Refactoring test to use clone from local directory
Shulhan
2018-09-14
Add "remote-branch" to test data
Shulhan
2018-09-13
Replace git and common functions with package share/lib/{git,io}
Shulhan
2018-09-04
[test] Do not compare result from testing package install
Shulhan
2018-06-05
NewEnvironment: get or set user PATH from environment
Shulhan
2018-06-05
gitUpdate: do not return if version is matched with new package version
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-04
NewPackage(): remove parameter vcs mode
Shulhan
2018-06-04
Sync(): install missing dependencies
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
Fetch new package commits before updating version
Shulhan
2018-05-29
Add operation to exclude package from database
Shulhan
2018-05-27
[test] package: check for nil before comparing with expected value
Shulhan
2018-05-27
package: display command directory on debug output
Shulhan
2018-05-25
Implement sync that rescan package in GOPATH
Shulhan
2018-05-23
[test] Add unit test for some Env methods
Shulhan
2018-05-21
Use filepath.Join when applicable
Shulhan
2018-05-21
Set environment as dirty after sync operation than add or update a package
Shulhan
2018-05-21
[chore] make syntax of variable name consistent
Shulhan
2018-05-21
[test] package: add unit test for RemoveRequiredBy
Shulhan
2018-05-21
[test] package: add unit test for Remove, Install, and GoClean
Shulhan
2018-05-20
package: rename method "RunGoInstall" to "GoInstall"
Shulhan
2018-05-19
[test] package: add unit test for String, Update, and UpdateMissingDep
Shulhan
2018-05-19
[test] Add unit test for package.RunGoInstall
Shulhan
2018-05-18
[test] package: Add unit test for method load
Shulhan
2018-05-18
Check duplicate when adding dep, missing, or required
Shulhan
2018-05-17
[test] package: add unit test for linkRequiredBy
Shulhan
2018-05-17
[test] Move test initialization and common test functions to beku_test
Shulhan
2018-05-17
[test] Add unit test for package IsEqual
Shulhan