GoCalTui/constants.go
2025-06-28 23:08:27 -04:00

10 lines
107 B
Go

package main
//Table definition constants
const (
numRows = 6
numCols = 7
cellW = 10
cellH = 1
)