vito / go-repl

A Go REPL. Builds up a source .go file over time, compiles it for output.
205 stars 25 forks source link

panic: fork/exec /tmp/gorepl: no such file or directory #8

Open jkogut opened 5 years ago

jkogut commented 5 years ago
 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