From 0aa9e96ba3accb0f6c3427483251f298df832ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Fri, 27 Aug 2021 12:10:31 +0200 Subject: [PATCH] Add largeGap --- Main.go | 1 + 1 file changed, 1 insertion(+) 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 )