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

@ -5,10 +5,11 @@
package main
import (
api "git.fd.io/govpp.git/api"
gomock "github.com/golang/mock/gomock"
reflect "reflect"
time "time"
api "git.fd.io/govpp.git/api"
gomock "github.com/golang/mock/gomock"
)
// MockChannel is a mock of Channel interface