Skip to content

4echow/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Go Exercises

This repository contains solutions and exercises from various Go programming resources.

Directory Structure

  • 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

    • ...

Getting Started

To get started with the exercises:

  1. Clone the repository:

    git clone https://github.com/4echow/go.git
    cd go
  2. Navigate to desired exercise directory:

    cd lg_modules/ch1 # For ch1 exercises
  3. Run the Go exercise:

    go run hello.go

About

Learning Golang exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published