shreyaslax / glft

Source code from the course GO Language for Tourist (glft)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code from the course GO Language for Tourist (glft)


Languages

Language:Go 91.9%Language:HTML 8.1%