range after slices and maps
This commit is contained in:
@@ -18,3 +18,6 @@ func main() {
|
||||
}
|
||||
fmt.Println(total / float64(len(x)))
|
||||
}
|
||||
|
||||
// todo: comment on maps
|
||||
// todo: comment on channels
|
||||
@@ -13,9 +13,9 @@ for
|
||||
if-else
|
||||
switch
|
||||
arrays
|
||||
range
|
||||
slices
|
||||
maps
|
||||
range
|
||||
functions
|
||||
multiple-return-values
|
||||
varadic-functions
|
||||
|
||||
Reference in New Issue
Block a user