Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created April 27, 2022 06:15
Show Gist options
  • Save tebeka/06a596a14de4b605d845a1aafddc0d7a to your computer and use it in GitHub Desktop.
Save tebeka/06a596a14de4b605d845a1aafddc0d7a to your computer and use it in GitHub Desktop.
arr := [...]string{"A", "B", "C"}
fmt.Println(len(arr)) // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment