The current repo is broken... after "go build" ``` wmortl@Discovery:/mnt/e/Code/gpython$ ./gpython panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5986b1] goroutine 1 [running]: main.main() /mnt/e/Code/gpython/main.go:49 +0x171 ``` Seems to be context related from line 49
The current repo is broken...
after "go build"
Seems to be context related from line 49