fix typo in go question (#163)

This commit is contained in:
Dennis Urban 2021-09-30 17:00:40 +02:00 committed by GitHub
parent 8c23697b8d
commit 2f09ffb8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9998,7 +9998,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)