kataras / rizla

:eyes: Rizla builds, runs and monitors your Go Applications with ease. See https://github.com/kataras/iris-cli for Iris users.
MIT License
190 stars 17 forks source link

rizla only working 1 time? #11

Closed syssam closed 6 years ago

syssam commented 6 years ago

I'm using rizla on the iris project.Here is my steps.

  1. I'm going to go\src\github.com\kataras\rizla, and build it, then I copy the main.exe to rizla project
  2. run the cmd.exe and input rizla main.go
  3. first time, it is working, it auto reload.
  4. I ctrl+c to shut down, and try to rizla main.go, it does not auto reload.

What's wrong for me?