An open API service indexing awesome lists of open source software.

https://github.com/isensee-bastian/groceries

Tutorial code for my video Methods and Interfaces in Golang for Beginners
https://github.com/isensee-bastian/groceries

basic-programming beginners-tutorial-series golang interfaces learn-to-code methods struct youtube

Last synced: 17 days ago
JSON representation

Tutorial code for my video Methods and Interfaces in Golang for Beginners

Awesome Lists containing this project

README

          

# Structs, methods, interfaces

* Struct types
* Methods (Pointer vs value receiver)
* Using an existing interface (Stringer example)
* Creating our own interface
* Empty interfaces (most general type)