Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 03 May 2014
Go Rust

Methods, Interfaces and Embedded Types in Go

Introduction My business partner Ed asked me what would happen if a struct and an embedded field both implemented the same interface. We asked ourselves two questions: Would the compiler throw an error because we now…

Source: Ardan Labs Blog