Exercises and examples I wrote/copied from my A Tour of Go journey.

NerdRat 5230a6429a Corrected to new user %!s(int64=5) %!d(string=hai) anos
examples 5e78b6bd9e Added basictypes with examples and tests %!s(int64=5) %!d(string=hai) anos
README.md 6aebd1515c Initial commit. %!s(int64=5) %!d(string=hai) anos
go.mod 5230a6429a Corrected to new user %!s(int64=5) %!d(string=hai) anos
mygotour.go 5230a6429a Corrected to new user %!s(int64=5) %!d(string=hai) anos
mygotour_test.go 1cc47d592d Leave mygotour_test.go as it was, later on I will find out how to test everything at once. %!s(int64=5) %!d(string=hai) anos

README.md

My Go Tour (mygotour)

Exercises and examples I wrote/copied from my A Tour of Go journey.