package
0.0.0-20240705220151-d0ea63199f4d
Repository: https://github.com/symonk/learning-go-book.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
The strictness around types has other implications.
No description provided by the author
In go, literals in go are untyped.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Multiple variables can be assigned on the same line.
No description provided by the author
No description provided by the author
No description provided by the author
Golang does not support automatic type conversion between numeric types.
No description provided by the author
Short hand variable assignment can be done with := without var for multiple vars if atleast one of them is 'new'.