Go to file
kolaente 5ee06c880e
add go.sum
2022-08-14 11:42:44 +02:00
.gitignore init 2022-08-14 11:35:28 +02:00
fizzbuzz.go test setup 2022-08-14 11:42:33 +02:00
fizzbuzz_test.go test setup 2022-08-14 11:42:33 +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