go-interface
There are 7 repositories under go-interface topic.
PacktWorkshops/The-Go-Workshop
A New, Interactive Approach to Learning Go
uchennaemeruche/understanding-golang
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.
josephedward/gosandbox
pull acloud sandbox credentials for AWS with CLI (requires membership)
eyo-chen/go-interface-guide-examples
Code examples for "A straightforward guide for Go interface" article
pkx8326/simple_go_struct-interface_example
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.
SK7here/Golang-Basics
Basic concepts of Golang explained with illustrative codes
theguptaji/bookstore_users-api
Users API