github.com/quickfeed/quickfeed@v0.0.0-20240507093252-ed8ca812a09c/assignments/testdata/tests/lab3/task-tour-of-go.md (about)

     1  # Exercises from Tour of Go
     2  
     3  Start learning the basics of Go by completing ["A Tour of Go"](http://tour.golang.org/).
     4  You should do at least the following exercises.
     5  
     6  * [Exercise: Loops and Functions](https://tour.golang.org/flowcontrol/8)
     7  * [Exercise: Slices](https://tour.golang.org/moretypes/18)
     8  * [Exercise: Maps](https://tour.golang.org/moretypes/23)
     9  * [Exercise: Errors](https://tour.golang.org/methods/20)
    10  * [Exercise: rot13Reader](https://tour.golang.org/methods/23)
    11  
    12  Note that you can change the code inline in the browser and run the code to see the results.