You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.gitignore | 6 months ago | |
fizzbuzz.go | 6 months ago | |
fizzbuzz_test.go | 6 months ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago | |
main.go | 6 months ago | |
readme.md | 6 months ago |
readme.md
Go Intro
- Setup
- Hello World
- Variablen
- Functions
- Structs
- Interfaces
- Pointer
- Schleifen
- Packages
- Tests
- Error Handling
- Ausblick:
- Webserver
- Concurrency / Channel (Advanced)
- Maps