1 package constant 2 3 const ( 4 confExt = ".json" 5 Name = "pod" 6 appLanguage = "en" 7 PodConfigFilename = Name + confExt 8 PARSER = "json" 9 ) 10