1 2 3 4 5 6 7
package avt import "avt-go/types" type Tabs = types.Tabs func NewTabs(cols int) Tabs { return types.NewTabs(cols) }