This commit is contained in:
2020-12-04 19:45:03 +01:00
parent 603010eb60
commit ab048dff3e
6 changed files with 153 additions and 2 deletions

13
learning/Go.md Normal file
View File

@@ -0,0 +1,13 @@
# Go Learning
So this will be my first time at writing some go.
Please excuse me for the ranting 😅
## WTFs
- Why is there no bitwise OR for bools?! Please what? XOR == `a != b`, but still...
- `math.Max()` only works with floats. Of course.
## Syntax
- we constantly need to write `:=` which is annoying as hell