Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 352 Bytes

Readme.md

File metadata and controls

18 lines (14 loc) · 352 Bytes

Go lang Basics tutorial practice & projects

Go version : 1.17.1

FreeCodeCamp youtube tutorial

List of Learnings

  • Variable
  • Primitive
  • Constants
  • Arrays and Slice
  • Maps and Struct
  • Control flow
  • Pointer
  • Function
  • Interfaces
  • Go Routines