"Explicitly" verify an interface implementation in Go

Опубликовано: 22 Апрель 2026
на канале: Flo Woelki
5,414
277

In this video, I'll show a concept that allows you to make interfaces more explicit. If you are also curious about what interfaces generally are, feel free to check out this video here:    • Golang: The Last Interface Explanation You...  


📝 Description
This video will cover only the most essential things that are necessary to fully understand the explicit way of defining an interface. You will learn the following things:
• "Explicit" way of defining an interface
• What's a type conversion in Go
• How to read the explicit compile-time check


⏳ Timestamps:
00:00 - Introduction
00:32 - The Problem
05:20 - The Solution
10:00 - Outro


👋 Hey there!
If you are new to this channel: Hey 👋 my name is Flo and I am a professional software engineer with a passion for coding in Golang, TypeScript, JavaScript, and Rust. This channel is where I share that passion and dive into the exciting world of software engineering.


📨 Support and Connect!
Become a member.    / @flowoelki  
Discord:   / discord  
X / Twitter: https://x.com/FlorianWoelki
LinkedIn:   / florian-woelki  
GitHub: https://github.com/FlorianWoelki


📝 Copyright Notice
The original Go Gopher was designed by Renée French (Source: https://go.dev/blog/gopher License details: https://creativecommons.org/licenses/.... The gopher appearing in this video and thumbnail is modified from the original design.


#golang #interfaces #explicit