Skip to content

Commit e3c3dba

Browse files
committed
Fix Air live-reload config
1 parent a78ecc4 commit e3c3dba

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

golang/hello-world/.air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ root = "."
22
tmp_dir = "tmp"
33

44
[build]
5-
cmd = "go build -o ./tmp/worker worker.go"
5+
cmd = "go build -o ./tmp/worker src/worker.go"
66
bin = "tmp/app"
77

88
full_bin = "./tmp/worker"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exit status 1

golang/hello-world/tmp/worker

21.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)