Skip to content

coderfeye13/go-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Fundamentals

Personal notes and exercises while learning Go, following Learning Go, 2nd Edition by Jon Bodner (O'Reilly).

Progress

Chapter Topic Key Concepts
ch01 Setting Up Your Go Environment Installation, Tooling
ch02 Primitive Types and Declarations Variables, Consts, Basic Types
ch03 Composite Types Arrays, Slices, Maps, Structs
ch04 Blocks, Shadows, and Control Structures If, For, Switch, Shadowing
ch05 Functions Parameters, Defer, Closures, Errors

Setup

git clone [https://github.com/coderfeye13/go-fundamentals.git](https://github.com/coderfeye13/go-fundamentals.git)
cd go-fundamentals
# Example running a specific chapter exercise
go run ./ch05/exercises05.2.go

About

Go fundamentals practice repository covering core concepts like variables, pointers, structs, methods, interfaces, and concurrency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors