My solutions to the exercises in the Tour of Go.
Download and install:
> go get github.com/yaliv/go-exercises/...
Execute:
> ex01-sqrt
> ex03-wordcount
> ex04-fibonacci
and so on.
Terminal won't render images, so use the source code and play it directly in the tour.
ex02-createpic/createpic.go
for Exercise: Slices.
ex09-myImage/myImage.go
for Exercise: Images.