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
/
common.go
Age
Commit message (
Collapse
)
Author
2023-03-03
all: reformat all .go files with Go 1.19 gofmt
Shulhan
2018-12-14
all: minimize naked return on long functions
Shulhan
2018-09-13
Replace git and common functions with package share/lib/{git,io}
Shulhan
2018-06-05
ScanBuild: simplify checking vendor file
Shulhan
2018-06-04
[chore] Add context to debug output
Shulhan
Each debug statement is prefixed with "[X] func" where X is either ENV for debug in environment's methods or PKG for debug in package's methods.
2018-05-27
env.SyncAll: display compare URL for manual reviewing
Shulhan
2018-05-27
env.Remove: remove empty directory recursively on "src" and "pkg"
Shulhan
2018-05-24
Replace "log" with "fmt"
Shulhan
2018-05-20
common: add function to check if a directory is empty
Shulhan
2018-05-17
Move Package.IsTag to common.IsTagVersion and add unit test for it
Shulhan
2018-05-17
[lint] Replace io.SeekStart with SEEK_SET and os.File with io.Reader
Shulhan
2018-05-16
[test] Add unit test for common functions
Shulhan
2018-05-16
Add package synchronize operation (--sync,-S)
Shulhan
2018-05-12
beku - Go package management with "pacman" like syntax
Shulhan
This first commit only provide library to scan the packages in $GOPATH.