This is a list of useful resources you can access freely on the web, to learn Go :
Go Playground : Try Go without installing nothing on your computer.
This is a list of useful resources you can access freely on the web, to learn Go :
Go Playground : Try Go without installing nothing on your computer.
During a discussion on a Discord channel, a message puzzled me: Go is not an object-oriented language.
I knew Go didn’t have an inheritance mechanism. But, was that enough to disqualify it as an object language ?
Would it be possible to embed a database to avoid managing a MySQL or Postgres instance?
Even better, can this database be queried in SQL? I don’t want to learn another way to query data.
On my Linux, just after upgrading Go to version 1.9, I lost autompletion functionality in VS Code.
:vscode_completion_not_working
This tip did not work for me.
To reduce docker container size we can built the image from scratch instead of using bloated images, like debian or worse ubuntu.
With the Go http server. (By the way, I love opensource community !)