tranche de golang tranche de cordes

strs := []string{"c", "a", "b"}
    sort.Strings(strs)
    fmt.Println("Strings:", strs)
Tired Termite