1 2 3 4 5
package files func (batch *Batch) queue(op queuedUpdate) { batch.ops = append(batch.ops, op) }