Welcome to the Go REPL!
Enter '?' for a list of commands.
> a := 2
CODE: a := 2;
panic: fork/exec /tmp/gorepl: no such file or directory
goroutine 1 [running]:
main.run(0xc000073ea0, 0xc0000ca150)
/home/janek/dev/golang/go-repl/main.go:174 +0x26e
main.main()
/home/janek/dev/golang/go-repl/main.go:578 +0xc2a