From 959daf2d22fc6714600f088a7690f49ff293e249 Mon Sep 17 00:00:00 2001 From: Laurent ULRICH Date: Mon, 14 Aug 2023 21:10:04 +0200 Subject: [PATCH] Petite correction orthographique --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7ed4c90..1bb75db 100644 --- a/main.go +++ b/main.go @@ -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")