package types type Renderable interface { Render() } type Putable interface { Put(x, y int, symbol interface{}) }