Skip to content

Commit

Permalink
golangci false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufpapurcu committed Jan 28, 2024
1 parent 90a6afe commit c1faeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/basic/main.go
Expand Up @@ -7,7 +7,7 @@ package main
import (
"fmt"

"github.com/supabase-community/postgrest-go"
postgrest "github.com/supabase-community/postgrest-go"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion test/rpc/main.go
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/supabase-community/postgrest-go"
postgrest "github.com/supabase-community/postgrest-go"
)

var (
Expand Down

0 comments on commit c1faeb1

Please sign in to comment.