Michael
0
Q:

golang size of slice

// Create an exmaple array
    array := []int{1, 2, 3, 4, 5}
// Print number of items
    fmt.Println("First Length:", len(array))
4

New to Communities?

Join the community