Skip to content

quentinL92/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

About

Go-100 101 training material

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%