We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ecc4 commit e3c3dbaCopy full SHA for e3c3dba
golang/hello-world/.air.toml
@@ -2,7 +2,7 @@ root = "."
2
tmp_dir = "tmp"
3
4
[build]
5
-cmd = "go build -o ./tmp/worker worker.go"
+cmd = "go build -o ./tmp/worker src/worker.go"
6
bin = "tmp/app"
7
8
full_bin = "./tmp/worker"
golang/hello-world/tmp/air_errors.log
@@ -0,0 +1 @@
1
+exit status 1
golang/hello-world/tmp/worker
21.3 MB
0 commit comments