Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Power of Go Interfaces - What Makes Golang Go
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Background
- 3 Simplicity
- 4 What is an interface
- 5 Interfaces in Go
- 6 Types in Go
- 7 The stringer interface
- 8 Small interfaces
- 9 IOWriter
- 10 IORider
- 11 TCPListener
- 12 Netio
- 13 Logwriter
- 14 Testing
- 15 Shapes
- 16 Interface Border
- 17 Composition is not Inheritance
- 18 Grouping Interfaces
- 19 Composing Interfaces
- 20 Type Assertions
- 21 Type Switch
- 22 The Empty Interface
- 23 Summary
- 24 Contact
- 25 Questions
- 26 Working with Go
- 27 Generics in Go
- 28 Objectoriented principles in Go