Hacker News new | ask | show | jobs
by onelastjob 2198 days ago
I didn't realize I'd have to recompile Golang code after every change. That's good to know. Thanks!
1 comments

The Go compiler is really fast, effectively hot-reloads on every save.

https://github.com/cosmtrek/air