Skip to content

Commit

Permalink
Fix test goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Dec 28, 2024
1 parent e4a3ea8 commit 6e81b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/tests/plugin-compiler/testdata/qa-plugin/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package main

import (
"net/http"

"github.com/TykTechnologies/tyk/ctx"
"github.com/TykTechnologies/tyk/log"
"github.com/TykTechnologies/tyk/user"
"net/http"
)

var logger = log.Get()
Expand Down

0 comments on commit 6e81b6b

Please sign in to comment.