computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
984 B
984 B
Interfaces
An interface in Go, is a type that defines a set of methods. If we have a type (e.g. struct) that implements that set of methods, then we have a type that implements this interface.
Free Content
Go Interfaces Effective Go: Interfaces Go by Example: Interfaces Golang Tutorial #22
- Interfaces (by Tech With Tim on YouTube) Learn Go Interfaces Understanding Go Interfaces