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
/
env.go
Age
Commit message (
Expand
)
Author
2025-07-06
all: replace module github.com/shuLhan/share with pakakeh.go
Shulhan
2023-03-03
all: reformat all .go files with Go 1.19 gofmt
Shulhan
2022-02-01
all: remove the flag vendor
Shulhan
2019-12-27
all: fix linter warnings
Shulhan
2019-06-25
env: fix missing exclude, deps, required-by, and missing statements
Shulhan
2019-06-18
all: update package share from v0.6.1 to v0.7.0
Shulhan
2019-06-09
env: do not auto cleanup unused repositories
Shulhan
2019-01-25
env: install package if missing when issuing SyncAll
Shulhan
2018-12-14
all: minimize naked return on long functions
Shulhan
2018-12-14
env: remove unused function to reinstall all packages
Shulhan
2018-11-27
env.Freeze: no need to reinstall all packages after freezing
Shulhan
2018-11-02
Fix sync all that cause version set to true
v0.5.1
Shulhan
2018-11-01
env: check if new package version is greater than current version
Shulhan
2018-10-31
env: fix sync "--into" command
Shulhan
2018-09-29
go.mod: update dependencies
Shulhan
2018-09-29
env: update comments on Sync, install, and GetPackageFromDB
Shulhan
2018-09-18
env: do not scan package if its not exist on local
Shulhan
2018-09-15
env: get new package branch to prevent IsEqual to be false
Shulhan
2018-09-15
env: simplify conditional if-s
Shulhan
2018-09-15
env: update package version only if current and new package both are tag
Shulhan
2018-09-15
env: decrease debug level on scan packages function
Shulhan
2018-09-15
env: fix get package from database that return first match by prefix
Shulhan
2018-09-15
package: rename Fetch to FetchLatestVersion
Shulhan
2018-09-14
env: explain why we ignore error on post sync
Shulhan
2018-09-14
package: simplify Go install method
Shulhan
2018-09-14
package: simplify parameter of NewPackage
Shulhan
2018-09-14
env: do not save remote branch if it's empty
Shulhan
2018-09-14
Get and save package remote branch in database
Shulhan
2018-09-14
Add freeze methods to package
Shulhan
2018-09-14
env: scan package only if its not exist in local system
Shulhan
2018-09-14
env: Rename method GetPackage to GetLocalPackage
Shulhan
2018-09-14
Replace local debug variable with debug package
Shulhan
2018-09-13
Replace git and common functions with package share/lib/{git,io}
Shulhan
2018-09-11
Fix sync "--into" command
Shulhan
2018-09-04
Remove dep as vendor tool
Shulhan
2018-07-03
env.Freeze: print finish status if err is not nil
Shulhan
2018-07-03
[chore] env: print the status of reinstall all packages
Shulhan
2018-07-03
Remove govendor vendor tool
Shulhan
2018-07-02
Remove gdm from build handle
Shulhan
2018-07-02
[chore] env.Freeze: add newline before each new freeze output
Shulhan
2018-06-06
Rename "buildXxx" to "vendorXxx"
Shulhan
2018-06-06
Add govendor as one of vendor build mode
Shulhan
2018-06-06
SyncAll: add empty line after fetch task
Shulhan
2018-06-06
SyncAll: run post sync task (build,install) on updated packages
Shulhan
2018-06-05
build: fix wrong variable name when appending verbose to gdm commands
Shulhan
2018-06-05
NewEnvironment: get or set user PATH from environment
Shulhan
2018-06-05
Add option to disable installing dependencies
Shulhan
2018-06-05
Remove make from build command
Shulhan
2018-06-05
reinstallAll: run build to install dependencies
Shulhan
2018-06-05
Run vendoring tool and make, if dependency and make file exists
Shulhan
[next]