aboutsummaryrefslogtreecommitdiff
path: root/package.go
AgeCommit message (Expand)Author
2025-07-06all: replace module github.com/shuLhan/share with pakakeh.goShulhan
2023-03-07all: prefix the error in Package Remove and gitInstallShulhan
2023-03-07go.mod: set minimum go version to 1.18 and update all dependenciesShulhan
2023-03-03all: reformat all .go files with Go 1.19 gofmtShulhan
2022-02-01all: remove the flag vendorShulhan
2019-12-27all: fix linter warningsShulhan
2019-06-18all: update package share from v0.6.1 to v0.7.0Shulhan
2019-06-09package: add $GOCACHE and $HOME to environments on GoInstallShulhan
2019-03-30all: make Go command works with Go v1.12 and laterShulhan
2019-03-30package: remove unused "nolint:gas"Shulhan
2019-03-30all: suppress linter warnings on global variables and long linesShulhan
2019-03-30all: use copy of "golang.org/x/tools/go/vcs"Shulhan
2018-12-14all: minimize naked return on long functionsShulhan
2018-12-14all: rewrite switch-statement with single case to if-statementShulhan
2018-11-02Fix sync all that cause version set to truev0.5.1Shulhan
2018-11-01env: check if new package version is greater than current versionShulhan
2018-10-31env: fix sync "--into" commandShulhan
2018-09-15package: get remote branch if its emptyShulhan
2018-09-15package: rename Fetch to FetchLatestVersionShulhan
2018-09-14package: simplify Go install methodShulhan
2018-09-14package: simplify parameter of NewPackageShulhan
2018-09-14package: remove unused Run methodShulhan
2018-09-14package: remove unneeded scan pathShulhan
2018-09-14package: print verbose go install command only when debuggingShulhan
2018-09-14package: print branch name on String methodShulhan
2018-09-14package: simplify return value on InstallShulhan
2018-09-14package: check remote branch when calling IsEqualShulhan
2018-09-14Get and save package remote branch in databaseShulhan
2018-09-14Add freeze methods to packageShulhan
2018-09-14Replace local debug variable with debug packageShulhan
2018-09-13Replace git and common functions with package share/lib/{git,io}Shulhan
2018-09-11Fix sync "--into" commandShulhan
2018-09-04Remove dep as vendor toolShulhan
2018-07-03Remove govendor vendor toolShulhan
2018-07-02Remove gdm from build handleShulhan
2018-06-06Rename "buildXxx" to "vendorXxx"Shulhan
2018-06-06Add govendor as one of vendor build modeShulhan
2018-06-05ScanBuild: simplify checking vendor fileShulhan
2018-06-05NewEnvironment: get or set user PATH from environmentShulhan
2018-06-05Remove make from build commandShulhan
2018-06-05Run vendoring tool and make, if dependency and make file existsShulhan
2018-06-04Add common option "-V, --vendor" to work with vendor directoryShulhan
2018-06-04[chore] Add context to debug outputShulhan
2018-06-04NewPackage(): remove parameter vcs modeShulhan
2018-06-04Sync(): install missing dependenciesShulhan
2018-06-03NewPackage(): use golang tools/go/vcs to get remote URLShulhan
2018-05-30package: GoInstall: set default PATH if it's emptyShulhan
2018-05-29Add operation to exclude package from databaseShulhan
2018-05-27Run "go install" on all packages after freezing dependenciesShulhan
2018-05-27package: display command directory on debug outputShulhan