mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-09-03 22:00:40 +00:00
go
This commit is contained in:
13
learning/Go.md
Normal file
13
learning/Go.md
Normal 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
|
Reference in New Issue
Block a user