Exemple d'ajout de Golang

numb := []string{}
res := append(numb, "1", "2")
fmt.Println(res)
Restu Wahyu Saputra