I am new to Go. I have 2 questions:
- Is there a way to get all the numbers between a range in Go? I can do - range(1, 10)in Python or- 1 to 10in Scala to get a range.
- How to get all the alphabets in go? Like Python's - string.lettersand- string.ascii_lower.
 
    