Hacker News new | past | comments | ask | show | jobs | submit login

The article mentions GOW[0] for a file watcher. If anyone is looking for a non-go specific one, I've really enjoyed reflex[1]. Makes it super easy to reload different parts of a project based on what type of file has changed.

[0]https://github.com/mitranim/gow [1]https://github.com/cespare/reflex




Mentioned in reflex's competition section I am a huge fan of entr

https://github.com/eradman/entr


Just to add to the list there is also https://github.com/cosmtrek/air


Since we are mentioning these, I use entr

# Makefile test: `find * -name "*.go" | entr bash -c "clear; go test ./..."`

https://eradman.com/entrproject/


I’ve been very happy with Air - https://github.com/cosmtrek/air





Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: