From c1faeb155b6ea3b9108637adff035ccb9f5e18dd Mon Sep 17 00:00:00 2001 From: yusufpapurcu Date: Sun, 28 Jan 2024 14:14:38 +0000 Subject: [PATCH] golangci false positive --- test/basic/main.go | 2 +- test/rpc/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/basic/main.go b/test/basic/main.go index 0ec7e4d..bc7bcdc 100644 --- a/test/basic/main.go +++ b/test/basic/main.go @@ -7,7 +7,7 @@ package main import ( "fmt" - "github.com/supabase-community/postgrest-go" + postgrest "github.com/supabase-community/postgrest-go" ) var ( diff --git a/test/rpc/main.go b/test/rpc/main.go index e4a6594..21b7470 100644 --- a/test/rpc/main.go +++ b/test/rpc/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "github.com/supabase-community/postgrest-go" + postgrest "github.com/supabase-community/postgrest-go" ) var (