/notes-on-go

Minimal notes on go language.

Primary LanguageGoMIT LicenseMIT

Notes on Go (Golang)

# Contents

  • [Simplest Go program]
  • [Data types]
  • Variable
  • [Constant]
  • Array
  • Slice
  • Map
  • [Range]
  • [Conditionals]
  • [Functions]
  • [Defer]
  • [Pointer]
  • [String and Rune]
  • [Interface]
  • [Struct]
  • [Method]
  • [Generics]
  • [Error]
  • [Panic]