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

18 lines
211 B
Markdown
Raw Normal View History

2022-08-14 09:35:28 +00:00
# Go Intro
* Setup
* Hello World
* Variablen
* Functions
* Structs
* Interfaces
* Pointer
* Schleifen
* Packages
* Tests
* Error Handling
* Ausblick:
* Webserver
* Concurrency / Channel (Advanced)
* Maps