tprint/col_spec.go

8 lines
88 B
Go
Raw Normal View History

2022-08-25 16:03:24 +02:00
package tprint
2022-08-25 16:00:13 +02:00
type ColSpec struct {
Name string
MaxWidth int
MaxHeight int
}