8d672c9008
Change-Id: Ifa5acf5c6ca3ca67c44e7cf6f1c3eaadeb921da6 Reviewed-on: https://go-review.googlesource.com/90055 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
README | ||
binarytrees.go | ||
binarytrees_quit.go | ||
errors.go | ||
fib.go | ||
http.go | ||
image.go | ||
loops.go | ||
maps.go | ||
readers.go | ||
rot13.go | ||
slices.go | ||
stringers.go | ||
webcrawler.go |
README
This directory contains the solutions to the exercises presented in the Go tour. IMPORTANT: The main point of the Go tour is to challenge you, so please try to solve all problems by yourself before reading these solutions!!! In any case, these are not the only valid solutions. But they have been reviewed by the Go team. Therefore you can use them as a guide on how to solve the most basic problems in Go.