Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 210 Bytes

lecture001.md

File metadata and controls

9 lines (7 loc) · 210 Bytes

Lecture 1: Go Types

  • string
  • number (int, and it's variant and float, and it's variant)
  • array
  • slice
  • map

Note: Do use the make function for declaring and initializing slice, map, and channel