sajibsrs / notes-on-go

Minimal notes on go language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Minimal notes on go language.

License:MIT License


Languages

Language:Go 100.0%