From baf110f9f3c33238a6f74c8bd254878103605b74 Mon Sep 17 00:00:00 2001 From: Jan Barfuss Date: Thu, 7 Nov 2024 10:35:09 +0100 Subject: [PATCH] i got to used to vscode --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 069955a..29c87b5 100644 --- a/main.go +++ b/main.go @@ -1,9 +1,6 @@ package main import ( - "fmt" - "os" - "github.com/LeRoid-hub/humiditycalc/configs" "github.com/LeRoid-hub/humiditycalc/server" )