github.com/maenmax/kairep@v0.0.0-20210218001208-55bf3df36788/src/golang.org/x/tour/solutions/README (about)

     1  This directory contains the solutions to the exercises presented in the Go tour.
     2  
     3  IMPORTANT: The main point of the Go tour is to challenge you, so please try to
     4  solve all problems by yourself before reading these solutions!!!
     5  
     6  In any case, these are not the only valid solutions. But they have been reviewed
     7  by the Go team. Therefore you can use them as a guide on how to solve the
     8  most basic problems in Go.