1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00

Go v1.8 and the upcoming Iris version notes on HISTORY.md.

This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-02-05 20:26:40 +02:00
parent 3430e24188
commit 84cd4ca6f4
4 changed files with 136 additions and 88 deletions

View File

@@ -27,8 +27,8 @@ func run(cli.Flags) error {
}
func runAndWatch(programPath string) {
rizla.DefaultDisableProgramRerunOutput = true // we don't want the banner to be shown after the first run
// run with the filepath.Walk method instead of file signals because
// some (not the majority) users' editors override the operating system's file signals
rizla.RunWith(rizla.WatcherFromFlag("-walk"))
// we don't want the banner to be shown after the first run
rizla.DefaultDisableProgramRerunOutput = true
// See https://github.com/kataras/rizla/issues/6#issuecomment-277533051
rizla.Run(programPath)
}