Replies: 2 comments
-
|
could u check ./tmp folder, Does it contain your binary? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes Like I said, the binary builds with live reload (meaning if I change something the binary rebuilds) and I can run the binary to get the new code. No problem. PS: Thank you, for replying you are amazing :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a naive question since I am pretty new to go & air.
I am trying to set up live reloading but cannot get it to work. Specifically air seems to watch the files correctly & compile correctly but never actually runs the code.
The only thing I changed from the default config is the cmd path since for my project I have the following folder structure
cmd/server/main.go
db
views
...
Config file for completeness
Beta Was this translation helpful? Give feedback.
All reactions