go-examples
go-examples copied to clipboard
Collection of Go examples for beginner back end developers
go-workshop
Collection of golang reference examples for teaching and learning golang. These examples assume no experience with backend and avoid complex tooling. Golang is an excellent language that is simple yet incredibly powerful and fast. Its useful for any new development as it makes devops a breeze (compiles to a single executable) and avoids the tooling and framework issues of other languages (you can get started with just the language and the standard library, vs having to learn tooling and frameworks that are required with many languages).
Golang
These examples are pure golang exercises
Golang + Docker
These integrate with other components such as databases, stood up with docker containers.
Golang + Docker + Kubernetes
These interact with Kubernetes as well as Docker. Local Minikube or a cloud hosted kubernetes can be used for this exercise.
Misc Links
- Effective Go - Basic reference for Golang
- Code Review Comments - Extra supplement comments