Petite correction orthographique

This commit is contained in:
Laurent ULRICH 2023-08-14 21:10:04 +02:00
parent 205ea46163
commit 959daf2d22
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type Group struct {
Hosts []string `yaml:"hosts"`
}
func main() {
fmt.Println("staring")
fmt.Println("starting")
var conf map[string]Group
yamlFile, err := ioutil.ReadFile("conf.yaml")