Petite correction orthographique
This commit is contained in:
parent
205ea46163
commit
959daf2d22
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ type Group struct {
|
||||||
Hosts []string `yaml:"hosts"`
|
Hosts []string `yaml:"hosts"`
|
||||||
}
|
}
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("staring")
|
fmt.Println("starting")
|
||||||
|
|
||||||
var conf map[string]Group
|
var conf map[string]Group
|
||||||
yamlFile, err := ioutil.ReadFile("conf.yaml")
|
yamlFile, err := ioutil.ReadFile("conf.yaml")
|
||||||
|
|
Loading…
Reference in New Issue