1 2 3 4 5 6 7
package avt import "avt-go/types" type Line = types.Line func BlankLine(cols int, pen Pen) Line { return types.BlankLine(cols, pen) }