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
- Host: GitHub
- URL: https://github.com/isensee-bastian/groceries
- Owner: isensee-bastian
- License: mit
- Created: 2022-03-19T20:10:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T20:32:58.000Z (about 4 years ago)
- Last Synced: 2025-07-10T08:04:29.480Z (11 months ago)
- Topics: basic-programming, beginners-tutorial-series, golang, interfaces, learn-to-code, methods, struct, youtube
- Language: Go
- Homepage: https://youtu.be/TyKrNk3wHww
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)