Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
teivah committed Mar 6, 2024
2 parents 749fb2a + f786563 commit 145241e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/03-data-types/24-slice-copy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ func correct() {
_ = src
_ = dst
}

func main() {
bad()
correct()
}

0 comments on commit 145241e

Please sign in to comment.