From bb665d31bfa33e68564f67e17e35c25deaffec90 Mon Sep 17 00:00:00 2001 From: Rinat Date: Thu, 16 Jul 2026 15:57:44 +0300 Subject: [PATCH] fix: remove unused os import --- cmd/server/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index db66a36..9aa3fbc 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -3,7 +3,6 @@ package main import ( "log" "net/http" - "os" "github.com/rinat/ozon-mock/internal/config" "github.com/rinat/ozon-mock/internal/handlers"