キーワードは不要。 ◦ ダックタイピング "If it walks like a duck and quacks like a duck, it must be a duck" • Goのインターフェイスは値を使⽤する側(インターフェイスを満たす実装を使⽤する側)が定義する。 ◦ "Go interfaces generally belong in the package that uses values of the interface type, not the package that implements those values." ◦ ref: https://go.dev/wiki/CodeReviewComments#interfaces interface型 インターフェイス 11 Goのインターフェイス