aboutsummaryrefslogtreecommitdiff
path: root/common.go
AgeCommit message (Expand)Author
2023-03-03all: reformat all .go files with Go 1.19 gofmtShulhan
2018-12-14all: minimize naked return on long functionsShulhan
2018-09-13Replace git and common functions with package share/lib/{git,io}Shulhan
2018-06-05ScanBuild: simplify checking vendor fileShulhan
2018-06-04[chore] Add context to debug outputShulhan
2018-05-27env.SyncAll: display compare URL for manual reviewingShulhan
2018-05-27env.Remove: remove empty directory recursively on "src" and "pkg"Shulhan
2018-05-24Replace "log" with "fmt"Shulhan
2018-05-20common: add function to check if a directory is emptyShulhan
2018-05-17Move Package.IsTag to common.IsTagVersion and add unit test for itShulhan
2018-05-17[lint] Replace io.SeekStart with SEEK_SET and os.File with io.ReaderShulhan
2018-05-16[test] Add unit test for common functionsShulhan
2018-05-16Add package synchronize operation (--sync,-S)Shulhan
2018-05-12beku - Go package management with "pacman" like syntaxShulhan