Go to file
kolaente 2d43e7e33b
All your codebase are belong to us.
2022-08-14 12:42:59 +02:00
.gitignore init 2022-08-14 11:35:28 +02:00
fizzbuzz.go All your codebase are belong to us. 2022-08-14 12:42:59 +02:00
fizzbuzz_test.go third time's a charm 2022-08-14 12:31:08 +02:00
go.mod test setup 2022-08-14 11:42:33 +02:00
go.sum add go.sum 2022-08-14 11:42:44 +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