Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 461 Bytes

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