Rizla is giving me A change has been detected, reloading now...exit status 128 when I edit a .go file.
I just finished setting up Go 1.8 on Windows 10. I don't use anti-virus software.
Created hello.go file:
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}
Running rizla works:
rizla.exe src/hello/hello.goHello world
But when I edit hello.go it gives me this:
I tried running rizla with -walk, it wont detect changes.
I tried running rizla from a terminal with admin rights and got same error: "...exit status 128"
Rizla is giving me
A change has been detected, reloading now...exit status 128
when I edit a .go file.I just finished setting up Go 1.8 on Windows 10. I don't use anti-virus software.
Created hello.go file:
Running rizla works:
rizla.exe src/hello/hello.go
Hello world
But when I edit hello.go it gives me this:
I tried running rizla with -walk, it wont detect changes. I tried running rizla from a terminal with admin rights and got same error: "...exit status 128"
Any ideas how I could get rizla to work?
Thanks in advance!