Skip to content

Louis3797/learning-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


go

A repository to learn Golang

Usage

Each file covers one or more topics of Golang. To see the output of each file run go run <filename>.go

Roadmap

  • Variables, Constants, Naming conventions and Scopes
  • Basic Data Types and Type conversions
  • More about Constants and Iota
  • Arrays and Slices
  • Map and Structs
  • If and Switch
  • Loops
  • Defer, Panic and Recover
  • Pointer
  • Functions
  • Interfaces
  • Goroutines
  • Channels