print statement outputs integer + <nil>
RafalSkolasinski opened this issue · 1 comments
RafalSkolasinski commented
Hey everyone,
First of all, huge thanks for creating this project. For someone moving from Python to Go this is the first thing I hoped to find!
However, I noticed a small issue when running gophernotes
from your docker image gopherdata/gophernotes:latest-ds
. Simple fmt.Println(a)
behave differently than in visualisation in your readme, see screenshot: