diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 00:39:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 00:39:14 -0600 |
| commit | 41fe4a4659d50d70a835224405490588019d24ff (patch) | |
| tree | dd6677fb17d11a4233568fddf0d3a141434bba10 /Makefile | |
| parent | e24c2c2eb3feb5083a74a9b2cb396bcbcb0ac52d (diff) | |
new homev0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 31 |
1 files changed, 4 insertions, 27 deletions
@@ -1,32 +1,9 @@ all: - # 'gaper' is a simple and smart golang tool that just rebuilds every time you change a file - # go get -u github.com/maxcnunes/gaper - # gaper -# simple sortcut to push all git changes -push: - git pull - git add --all - -git commit -a -s - git push +goimports: + goimports -w *.go redomod: rm -f go.* - unset GO111MODULES && go mod init - unset GO111MODULES && go mod tidy - -# should update every go dependancy (?) -update: - git pull - go get -v -t -u ./... - -# sync repo to the github backup -# git remote add github2 [email protected]:wit-go/shell.git -# git branch -M master -github: - git push origin master - git push origin devel - git push origin --tags - git push github master - git push github devel - git push github --tags + GO111MODULE= go mod init + GO111MODULE= go mod tidy |
