Solutions to Go Foundation training labs.
- Hello
- Swap
- Variadic
- Employee
- Rectangle
- String func
- Get URL
- Untyped Const
- Enumeration
- Bitwise
- Slice Comparison
- Size of Int
- Want Something Big?
- Type Switch
- Defer
- Defer In Block
- Panic/Recover
- Arrays
- For Loop
- Slices
- Slice Operations
- Copy Between Slices
- Array Index Value Pair
- Array/Slice Comparison
- Sort Operations
- Custom Sort
- Map Example
- Nil Slices
- Map Entry Okay
- Cap and Maps
- Functions Explain - Return Values
- Closures
- Closure Example
- Generic Function
- Function Pointers
- Scope
- String Example
- Strings as Bytes
- Method
- Pointer to Receiver
- Embedding
- Method Overriding
- Interfaces
- Duck Typing Example
- Empty Slices