Most of the time you don't need them, unless you're doing advanced things.
Starting with plain go makes you understand things better
Most of the time you don't need them, unless you're doing advanced things.
Starting with plain go makes you understand things better
Use the standard library since it has most of the features you'll need.
Do simple design.
Avoid unnecessary abstraction and indirection.
Use the standard library since it has most of the features you'll need.
Do simple design.
Avoid unnecessary abstraction and indirection.
Being able to update language and libraries version without pain is amazing
Being able to update language and libraries version without pain is amazing
Creators and community focus is to make things easy to understand instead of creating never-ending hype with new features.
Creators and community focus is to make things easy to understand instead of creating never-ending hype with new features.