Merge branch 'master' of github.com:bregman-arie/devops-exercises

This commit is contained in:
abregman 2021-10-10 14:47:10 +03:00
commit 6e9ac1ad5d

View File

@ -10357,7 +10357,7 @@ func mod2(a []int) {
}
func main() {
sl := []int{1, 2, 3, 4}
s1 := []int{1, 2, 3, 4}
mod1(s1)
fmt.Println("1:", s1)