Skip to content

Commit

Permalink
fix(cgi/child_test.go): force naming imports
Browse files Browse the repository at this point in the history
This prevents VSCode from updating imports when saving the file.
  • Loading branch information
bassosimone committed Mar 27, 2024
1 parent 50ad53e commit c2ca485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cgi/child_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"strings"
"testing"

"github.com/ooni/oohttp"
"github.com/ooni/oohttp/httptest"
http "github.com/ooni/oohttp"
httptest "github.com/ooni/oohttp/httptest"
)

func TestRequest(t *testing.T) {
Expand Down

0 comments on commit c2ca485

Please sign in to comment.