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:

committed by
Florin Coras

parent
6f173171b1
commit
5a4c7a9ce4
@ -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
|
||||
|
Reference in New Issue
Block a user