runtime: fix golint errors

Need to run gofmt -s on them.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2020-09-27 20:23:17 +08:00
parent daf2a54dc8
commit 5611283ec5
5 changed files with 30 additions and 30 deletions

View File

@@ -136,18 +136,18 @@ type qemuArch interface {
}
type qemuArchBase struct {
qemuMachine govmmQemu.Machine
qemuExePath string
memoryOffset uint32
nestedRun bool
vhost bool
disableNvdimm bool
dax bool
networkIndex int
kernelParamsNonDebug []Param
kernelParamsDebug []Param
kernelParams []Param
Bridges []types.Bridge
qemuMachine govmmQemu.Machine
qemuExePath string
memoryOffset uint32
nestedRun bool
vhost bool
disableNvdimm bool
dax bool
networkIndex int
kernelParamsNonDebug []Param
kernelParamsDebug []Param
kernelParams []Param
Bridges []types.Bridge
}
const (