Compare commits

..

3 Commits

1
.gitignore vendored

@ -29,3 +29,4 @@ logs
.DS_Store .DS_Store
lastupdate.tmp

@ -9,3 +9,11 @@ bee pack -be GOOS=linux GOARCH=amd64
bee pack -be GOOSwindows GOARCH=amd64 bee pack -be GOOSwindows GOARCH=amd64
bee pack -be GOOS=windows GOARCH=amd64 bee pack -be GOOS=windows GOARCH=amd64
#go build打包方式
GOOS=windows GOARCH=amd64 go build
GOOS=linux GOARCH=amd64 go build
GOOS=darwin GOARCH=amd64 go build

@ -2,6 +2,7 @@
#go1.24.1 #go1.24.1
#remove .idea in remote #remove .idea in remote
#git rm -r --cached .idea #git rm -r --cached .idea
#git rm -r --cached lastupdate.tmp
#export GOPROXY=https://goproxy.io #export GOPROXY=https://goproxy.io
#go get github.com/beego/bee/v2 #go get github.com/beego/bee/v2

@ -1 +0,0 @@
{"/Users/wenfeihuang/go/src/weather/controllers":1664101902922601692}
Loading…
Cancel
Save