hs-test: replaced gofmt with goimports

- goimports properly formats imports

Type: test

Change-Id: I78c162dd552fd3ee3d59955d7ea215af30601425
Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:
Adrian Villin
2024-09-26 11:24:34 +02:00
committed by Florin Coras
parent 6f173171b1
commit 5a4c7a9ce4
18 changed files with 52 additions and 25 deletions

View File

@ -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() {