From d4b10728f2a46e3559934d71a43d9b2d23d19d18 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 22 Jan 2023 11:01:19 +0000 Subject: [PATCH] missing import --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 2c269a2..a4e2244 100644 --- a/main.go +++ b/main.go @@ -15,6 +15,7 @@ import ( "os" "strconv" "strings" + "time" "github.com/gin-contrib/multitemplate" "github.com/gin-gonic/gin"