Restarting a Go app on code change
Jul 13, 2020 21:45 · 46 words · 1 minute read
Solution: Use the entr
program. On a macOS with Homebrew, it can be easily installed with brew install entr
. Then, you can run a command like that:
|
|
Note: For solving the “unable to stat” problem, see https://github.com/eradman/entr/issues/36
- Web Development: Overview & Basic Concepts
- Combine & sort multiple csv files ⇒ one csv file
- Improving one's coding skills: Best Practices & Resources
- mysqldump: Dump a single database table to a file
- Tour of Rust
- Git auto-commit & push every couple of minutes
- iOS: Converting any document & webpage to PDF without extra tools
- Presenting Socket.IO: Building a chat in 70 lines
- A short historic overview: Building JavaScript apps that receive server events in real-time
- My Favorite Shortcuts for JetBrains' IDEs