slaventius 2 years ago
parent 9067e952f2
commit 5901313b60
  1. 2
      .vscode/tasks.json

@ -16,6 +16,8 @@
"cwd": "${workspaceRoot}",
"env": {
"APP": "authService",
// "GOOS": "${env:GOOS}",
// "GOARCH": "${env:GOARCH}",
"GOOS": "linux",
"GOARCH": "amd64",
"GOBIN": "${env:GOPATH}/bin"

Loading…
Cancel
Save