package data // code.bitsetter.de/fun/gosl/data type Screen struct { w, h int data []rune }