diff options
author | 2024-09-26 11:24:34 +0200 | |
---|---|---|
committer | 2024-09-28 02:11:59 +0000 | |
commit | 5a4c7a9ce4162f8f9fb397d6b9b59e7fe59beeea (patch) | |
tree | 60e2e47b271a85200eef2b483a9a5593b8a6ef22 /extras/hs-test/nginx_test.go | |
parent | 6f173171b1d5c4b10165a7d8603e4e6b9d07b7b4 (diff) |
hs-test: replaced gofmt with goimports
- goimports properly formats imports
Type: test
Change-Id: I78c162dd552fd3ee3d59955d7ea215af30601425
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/nginx_test.go')
-rw-r--r-- | extras/hs-test/nginx_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/hs-test/nginx_test.go b/extras/hs-test/nginx_test.go index fa6afda58fc..8bf681d18c6 100644 --- a/extras/hs-test/nginx_test.go +++ b/extras/hs-test/nginx_test.go @@ -1,11 +1,12 @@ package main import ( - . "fd.io/hs-test/infra" "fmt" - . "github.com/onsi/ginkgo/v2" "os" "strings" + + . "fd.io/hs-test/infra" + . "github.com/onsi/ginkgo/v2" ) func init() { |