Go to file
kolaente 4e0ee26673
init
2022-08-14 11:35:28 +02:00
.gitignore init 2022-08-14 11:35:28 +02:00
fizzbuzz.go init 2022-08-14 11:35:28 +02:00
go.mod init 2022-08-14 11:35:28 +02:00
main.go init 2022-08-14 11:35:28 +02:00
readme.md init 2022-08-14 11:35:28 +02:00

readme.md

Go Intro

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