package grid type GridContainer struct { Grid *Grid } func (container *GridContainer) SetGrid(grid *Grid) { container.Grid = grid }