runtime: pkg: fix govet fieldalignment

Fix structures alignment

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes
2021-07-09 12:53:19 -05:00
parent 2b80091e14
commit 31de8eb75b
8 changed files with 44 additions and 27 deletions

View File

@@ -57,6 +57,7 @@ func TestEnsureDir(t *testing.T) {
assert.NoError(err)
defer os.RemoveAll(tmpdir)
// nolint: govet
testCases := []struct {
before func()
path string