Categorygithub.com/striversity/glft
module
0.0.0-20211212162911-6c9bd3a40a2b
Repository: https://github.com/striversity/glft.git
Documentation: pkg.go.dev

# README

Go Language for Tourists

by Verrol Adams

Code Examples and Exercises

Organization

There are two directories provided for each chapter, solution and exercise.

As you may expect, the solution directory contains the completed solution for each exercise. The exercise directory contains stubbed out or partially written examples for you to complete.

For each exercise, you will find one or more TODO comments. The TODO comment explains the exercise and what you need to complete.

Some exercies have several TODOs. You can tell what to do first by the number associated with the TODOs. For example, TODO 1 for TODO 2.

Shared Package

There is a shared pacakge with some reusable code for your exercies. If you are NOT using Go modules, then you will need to install the packages before you can run the exercises.

  • To install the shared packages:
  1. Open a command prompt
  2. Type:
go get github.com/striversity/glft/shared

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author