Created
January 10, 2022 09:51
-
-
Save renanbastos93/ccb8cd36c2d29d4d4db7ff93cd5223d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func useAppendWithoutLength() { | |
var arr = []int{} | |
for i := 0; i < size; i++ { | |
arr = append(arr, i) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment