Fix go vet errors

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang 2017-01-14 21:43:31 +08:00
parent e6f6261bae
commit 5d6fa7b886
2 changed files with 13 additions and 14 deletions

View file

@ -36,7 +36,7 @@ type checkpoint struct {
}
type processState struct {
Terminal bool `json:terminal`
Terminal bool `json:"terminal"`
Exec bool `json:"exec"`
Stdin string `json:"containerdStdin"`
Stdout string `json:"containerdStdout"`