From 32513669b00425fe5e67c0467e83f8f0781fee23 Mon Sep 17 00:00:00 2001 From: Matthew Humphreys Date: Sun, 14 Jan 2024 18:59:37 +0100 Subject: [PATCH] imported logger --- web/watch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/web/watch.go b/web/watch.go index 958b52ace..902bc649e 100644 --- a/web/watch.go +++ b/web/watch.go @@ -8,6 +8,7 @@ import ( "github.com/TUM-Dev/gocast/tools" "github.com/getsentry/sentry-go" "github.com/gin-gonic/gin" + log "github.com/sirupsen/logrus" "gorm.io/gorm" "html/template" "math"