Editing in external editor working - issue with Mouse

This commit is contained in:
Anis Ahmad
2020-06-21 04:43:43 +06:00
parent b9b468ea3f
commit f3637b4598
3 changed files with 80 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
# go build -o geek-life ./app
env GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o builds/geek-life_darwin-amd64 ./app
env GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o builds/geek-life_linux-amd64 ./app
env GOOS=linux GOARCH=arm64 go build -ldflags="-s -w" -o builds/geek-life_linux-arm64 ./app