This commit is contained in:
2020-12-04 19:45:03 +01:00
parent 668449e943
commit 6011cf2b4e
5 changed files with 147 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