Go Learning Resources
2023.10.04
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.go
Is Go Object Oriented ?
2023.03.31
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.Sqlite Pure Go
2022.11.06
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?VS Code loses Go autocompletion on Linux
2018.03.27
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.Docker from scratch, Go and Multipart upload
2018.01.26
To reduce docker container size we can built the image from scratch instead of using bloated images, like debian or worse ubuntu.Speech Tasks : a voice driven todo webapp
2014.06.30
With the Go http server. (By the way, I love opensource community !)
Try the demo !
See the code !