initial commit
This commit is contained in:
7
col_spec.go
Normal file
7
col_spec.go
Normal file
@ -0,0 +1,7 @@
|
||||
package tprint
|
||||
|
||||
type ColSpec struct {
|
||||
Name string
|
||||
MaxWidth int
|
||||
MaxHeight int
|
||||
}
|
Reference in New Issue
Block a user