tprint/col_spec.go

8 lines
92 B
Go
Raw Normal View History

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