Skip to content

Sfeir/golang-100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Golang 100

This project is meant to help learning go. It goes trough the following aspects of the language :

  • Installation
  • History
  • Basics
    • Compilation, execution
    • Imports
    • Vars, consts
    • Functions
    • Types
  • Conditionals
  • Loops
  • Defer/Panic/Recover
  • Type declaration and structures
  • Pointers
  • Arrays, slices and et maps
  • Methods
  • Interfaces
  • Concurrency, multithreading
    • Goroutines
    • Channel