From 7356da5ce92f43e7d651335f137e2d3a4ad4597f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 29 Nov 2024 21:49:21 +0800 Subject: [PATCH] fix: lint --- middleware_cors_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/middleware_cors_test.go b/middleware_cors_test.go index 9e6a30f..19ad9e0 100644 --- a/middleware_cors_test.go +++ b/middleware_cors_test.go @@ -5,7 +5,6 @@ import ( "testing" "github.com/gofiber/fiber/v3" - contractshttp "github.com/goravel/framework/contracts/http" configmocks "github.com/goravel/framework/mocks/config" "github.com/stretchr/testify/assert"