Start exploring Go by working through the Go Tutorial.
Beginning of class session 29.
GoTutorial within your local copy of your SVN repository. Do an SVN update to get that folder; you’ll find a file notes.txt inside.
Read the Go Tutorial through the end of the section “An I/O Package”. As you read:
GoTutorial directory and commit it to SVN. (I don’t have particular requirements for what code you experiment with. Do what will help you learn.)
Edit the provided text file notes.txt adding short statements or examples, either your own or copied from the Tutorial, that you think capture the key points from the Tutorial.
For example, from the section on Semicolons, I found the following two points most important:
Turn in your work by committing it to your SVN repository. Don’t forget to add any *.go files the you create.