aboutsummaryrefslogtreecommitdiff
path: root/package.go
AgeCommit message (Expand)Author
2018-05-27package: add method to checkout specific versionShulhan
2018-05-27env.Remove: remove empty directory recursively on "src" and "pkg"Shulhan
2018-05-26package.addDep: ignore pseudo package "C"Shulhan
2018-05-26package.ScanDeps: use ".Imports" instead of ".Deps"Shulhan
2018-05-26Wrap println debug statements with Debug variableShulhan
2018-05-25Implement sync that rescan package in GOPATHShulhan
2018-05-24Replace "log" with "fmt"Shulhan
2018-05-21Use filepath.Join when applicableShulhan
2018-05-21Set environment as dirty after sync operation than add or update a packageShulhan
2018-05-21[test] package: add unit test for RemoveRequiredByShulhan
2018-05-21package.GoClean: return immediately if package directory is not existShulhan
2018-05-20package: rename method "RunGoInstall" to "GoInstall"Shulhan
2018-05-19Add remove operationShulhan
2018-05-19Implement sync operation that change import path directoryShulhan
2018-05-19Implement package installationShulhan
2018-05-19[test] package: add unit test for String, Update, and UpdateMissingDepShulhan
2018-05-19[test] Add unit test for package.RunGoInstallShulhan
2018-05-18Check duplicate when adding dep, missing, or requiredShulhan
2018-05-17[test] package: add unit test for linkRequiredByShulhan
2018-05-17[test] Add unit test for package addDepShulhan
2018-05-17Move Package.IsTag to common.IsTagVersion and add unit test for itShulhan
2018-05-17[test] Add unit test for package ScanShulhan
2018-05-17[test] Add unit test for package IsEqualShulhan
2018-05-17Change git compare from using browser to using "git log"Shulhan
2018-05-16Add package synchronize operation (--sync,-S)Shulhan
2018-05-13Add function to load and save dependencies from/to fileShulhan
2018-05-12beku - Go package management with "pacman" like syntaxShulhan