From a9b40c7841ce18d347b6f031e488532b29074562 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 6 Dec 2018 13:34:08 +0900 Subject: [PATCH] Fix go vet issue. --- types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.go b/types/types.go index 20b520030..0b46ad4cb 100644 --- a/types/types.go +++ b/types/types.go @@ -46,7 +46,7 @@ type NetConf struct { LogLevel string `json:"logLevel"` RuntimeConfig *RuntimeConfig `json:"runtimeConfig,omitempty"` // Default network readiness options - ReadinessIndicatorFile string `json:readinessindicatorfile` + ReadinessIndicatorFile string `json:"readinessindicatorfile"` } type RuntimeConfig struct {