package buffer import ( "moose/internal/layout" ) func (b *Buffer) Draw(rect layout.Rect) { }