Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 440 Bytes

File metadata and controls

14 lines (10 loc) · 440 Bytes

quickstart-go

Build status: Go

This a collection of demo for go concepts

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

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