barcamp-2022-golang-intro-t.../readme.md

211 B

Go Intro

  • Setup
  • Hello World
  • Variablen
  • Functions
  • Structs
  • Interfaces
  • Pointer
  • Schleifen
  • Packages
  • Tests
  • Error Handling
  • Ausblick:
    • Webserver
    • Concurrency / Channel (Advanced)
    • Maps