Move below before the word ellipsis
This commit is contained in:
committed by
İnanç Gümüş
parent
3d936bc773
commit
0da1a29fee
@ -11,7 +11,7 @@ package main
|
|||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// ellipsis (...) below calculates the length of the
|
// below ellipsis (...) calculates the length of the
|
||||||
// array automatically
|
// array automatically
|
||||||
rates := [...]float64{
|
rates := [...]float64{
|
||||||
// index 0 empty
|
// index 0 empty
|
||||||
|
Reference in New Issue
Block a user