mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated Range (markdown)
parent
7f1cc4be20
commit
cb617f84d6
2
Range.md
2
Range.md
@ -4,7 +4,7 @@ Spec: http://golang.org/doc/go_spec.html#For_statements
|
||||
|
||||
## Summary
|
||||
|
||||
A range clause provides a way to iterate over a array, slice, string, map, or channel.
|
||||
A range clause provides a way to iterate over an array, slice, string, map, or channel.
|
||||
|
||||
## Example
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user