To be notified of all new published content, subscribe to the site RSS feed .
To be notified of all new published content, subscribe to the site RSS feed .
The opening quote in the book appeared in a presentation Rob Pike gave at the 2012 Splash conference:
…For advanced PHP developers, stepping into Go is often more attractive than Node.JS. But the Go library seems to be missing so much useful stuff found in the PHP library. How can one switch faster ?
…When GoLang gets upgraded from one version to the next, the upgrade process create a new set of per-user directories for the configuration, cache, and logs of the new version.
…In a GoLand make
run config, tasks defined in the Makefile
correctly find
the go
binary on macOS, but not on Ubuntu, causing errors like this one :
PHP includes crc32()
and hash("crc32")
functions.
Do they have an exact counterpart in the Go runtime library ?
…