Small problem solving
- Decoding Json
- Map Slice
- Maps in go
- Pop and append
- Random Range
- Wait for routine
- Access Entity in slice
Source: golang-data-structures
Source: golangbot.com
Source: gophercises
Exercises taken from this site: https://gobyexample.com/
In order as they appear:
- Hello World
- Values
- Variables
- Constants
- For
- If Else
- Switch
- Arrays
- Slices
- Maps
- Range
- Functions
- Multiple Return Values
- Variadic Functions
- Closures
- Recursion
- Pointers
- Structs
- Methods
- Interfaces
- Errors
- Gorountines
- Channels
- Channel Buffering
- Channel Synchronization
- Channel Directions
- Select
- Timeouts
- Non-Blocking Channel Operations
- Closing Channels
- Range over Channels
- Timers
- Tickers
- Worker Pools
- Rate Limiting
- Atomic Counter
- Mutexes
- Stateful Gorountines
- Sorting