gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.8k stars 264 forks source link

add support for 'package foo' #177

Closed cosmos72 closed 4 years ago

cosmos72 commented 5 years ago

executing

package main

should be ignored. It instead causes the error

runtime error: index out of range
cosmos72 commented 4 years ago

Seems to be fixed in the latest version.