mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
runtime: tools/packaging/cmd/kata-pkgsync: fix govet fieldalignment
Fix structures alignment Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
aec530904b
commit
b4c45df885
@ -24,10 +24,10 @@ type CfgPackagecloud struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type config struct {
|
type config struct {
|
||||||
OBSProjects map[string]CfgOBSProject `yaml:"obsprojects"`
|
|
||||||
Packagecloud CfgPackagecloud
|
|
||||||
// Mapping from OBS "Repositories" to Packagecloud "Distros"
|
// Mapping from OBS "Repositories" to Packagecloud "Distros"
|
||||||
DistroMapping map[string]string `yaml:"distro-mapping"`
|
DistroMapping map[string]string `yaml:"distro-mapping"`
|
||||||
|
OBSProjects map[string]CfgOBSProject `yaml:"obsprojects"`
|
||||||
|
Packagecloud CfgPackagecloud
|
||||||
}
|
}
|
||||||
|
|
||||||
func getConfig(configFile string) (config, error) {
|
func getConfig(configFile string) (config, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user