Tag: io.Reader
2 posts
-
Go Interfaces Complete Guide — Polymorphism Without virtual,
Go interfaces vs C++ virtuals: implicit satisfaction, duck typing, io.Reader/Writer, any, type assertions, and small-interface design for production.
-
Go in 2 Weeks #04 — Complete Guide
Go interfaces vs C++ virtual functions: implicit satisfaction, duck typing, io.Reader, io.Writer, small interfaces, any, type assertions, and type switc...