http://golang.org/ref/spec#RangeClause
RangeClause = ( ExpressionList "=" | IdentifierList ":=" ) "range" Expression .
ありがとう。
http://golang.org/ref/spec#RangeClause
RangeClause = ( ExpressionList "=" | IdentifierList ":=" ) "range" Expression .
ありがとう。