tprint/col_spec.go
2022-08-25 16:03:24 +02:00

8 lines
88 B
Go

package tprint
type ColSpec struct {
Name string
MaxWidth int
MaxHeight int
}