diff --git a/Main.go b/Main.go index 03bf946..b5c6f0a 100644 --- a/Main.go +++ b/Main.go @@ -14,6 +14,7 @@ import ( const ( dayWidth = 2 smallGap = 1 + largeGap = 3 monthWidth = 7*dayWidth + 6*smallGap monthHeight = (31+6+(7-1))/7 + 2 )