rld is a tiny tool that runs a go program and watch changes on it.
rld was inspired by Nodemon
Clone the git repository and build:
$ git clone https://github.com/codehakase/rld
$ cd rld
$ make release
Or install go binary:
$ cd rld
$ go install github.com/codehakase/rld
Run rld
followed by the file:
$ rld cmd/main.go