IMO the only good thing about Go is go routines.
The simplicity of the language causes you to write too much boiler plate.
For example the need to have if err != nil { simply because there are no exceptions.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
IMO the only good thing about Go is go routines.
The simplicity of the language causes you to write too much boiler plate.
For example the need to have
if err != nil {
simply because there are no exceptions.