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

8 lines
92 B
Go

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