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.go
Age
Commit message (
Expand
)
Author
2018-05-27
package: add method to checkout specific version
Shulhan
2018-05-27
env.Remove: remove empty directory recursively on "src" and "pkg"
Shulhan
2018-05-26
package.addDep: ignore pseudo package "C"
Shulhan
2018-05-26
package.ScanDeps: use ".Imports" instead of ".Deps"
Shulhan
2018-05-26
Wrap println debug statements with Debug variable
Shulhan
2018-05-25
Implement sync that rescan package in GOPATH
Shulhan
2018-05-24
Replace "log" with "fmt"
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
[test] package: add unit test for RemoveRequiredBy
Shulhan
2018-05-21
package.GoClean: return immediately if package directory is not exist
Shulhan
2018-05-20
package: rename method "RunGoInstall" to "GoInstall"
Shulhan
2018-05-19
Add remove operation
Shulhan
2018-05-19
Implement sync operation that change import path directory
Shulhan
2018-05-19
Implement package installation
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
Check duplicate when adding dep, missing, or required
Shulhan
2018-05-17
[test] package: add unit test for linkRequiredBy
Shulhan
2018-05-17
[test] Add unit test for package addDep
Shulhan
2018-05-17
Move Package.IsTag to common.IsTagVersion and add unit test for it
Shulhan
2018-05-17
[test] Add unit test for package Scan
Shulhan
2018-05-17
[test] Add unit test for package IsEqual
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
2018-05-13
Add function to load and save dependencies from/to file
Shulhan
2018-05-12
beku - Go package management with "pacman" like syntax
Shulhan
[prev]