A New, Interactive Approach to Learning Go
-
Updated
Feb 24, 2023 - Go
A New, Interactive Approach to Learning Go
This repo houses some Golang introductory files, sample codes and implementations. I will be updating it as I keep getting a hang of the language.
pull acloud sandbox credentials for AWS with CLI (requires membership)
example code from a presentation "Go interfaces, error & context"
This Go program demonstrates that structs of different types can be passed into common functions with the help of the interface type variable. It also features the use of type-switch to let a common function operate differently on different struct types.
Users API
Basic concepts of Golang explained with illustrative codes
Code examples for "A straightforward guide for Go interface" article
Add a description, image, and links to the go-interface topic page so that developers can more easily learn about it.
To associate your repository with the go-interface topic, visit your repo's landing page and select "manage topics."