This repository contains solutions and exercises from various Go programming resources.
-
lg_modules/
: Exercises from "Learning Go" by Jon Bodner.ch1/
: Chapter 1 exercises.ch2/
: Chapter 2 exercises.- ...
-
tour_of_go/
: Exercises completed from the official Go Tour.- ...
-
snippetbox/
: Implementation of the snippetbox-App from the "Let's Go" book by Alex Edwards- ...
To get started with the exercises:
-
Clone the repository:
git clone https://github.com/4echow/go.git cd go
-
Navigate to desired exercise directory:
cd lg_modules/ch1 # For ch1 exercises
-
Run the Go exercise:
go run hello.go