tour/solutions
Yamagishi Kazutoshi 8d672c9008 all: Replace URL of golang.org with using HTTPS
Change-Id: Ifa5acf5c6ca3ca67c44e7cf6f1c3eaadeb921da6
Reviewed-on: https://go-review.googlesource.com/90055
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-01-26 02:04:58 +00:00
..
README go-tour: move solutions to repository root 2012-12-04 10:15:10 +11:00
binarytrees.go rewrite import paths to use golang.org/x/tour 2015-02-10 04:15:29 +00:00
binarytrees_quit.go rewrite import paths to use golang.org/x/tour 2015-02-10 04:15:29 +00:00
errors.go go-tour/solutions: use canonical import paths, exclude from build 2014-02-17 16:39:55 +11:00
fib.go tour: make Fibonacci solution start from 0 2017-06-19 07:41:20 +00:00
http.go go-tour: add solution for HTTP exercise 2014-05-30 13:53:11 +10:00
image.go rewrite import paths to use golang.org/x/tour 2015-02-10 04:15:29 +00:00
loops.go go-tour: update loops solution with shorter version 2014-03-26 16:03:20 +11:00
maps.go rewrite import paths to use golang.org/x/tour 2015-02-10 04:15:29 +00:00
readers.go solutions: Add solution for Readers exercise 2017-01-09 06:23:46 +00:00
rot13.go go-tour/solutions: use canonical import paths, exclude from build 2014-02-17 16:39:55 +11:00
slices.go rewrite import paths to use golang.org/x/tour 2015-02-10 04:15:29 +00:00
stringers.go go-tour: add solution to the stringers exercise 2015-01-06 18:43:48 -08:00
webcrawler.go all: Replace URL of golang.org with using HTTPS 2018-01-26 02:04:58 +00:00

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.