Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

Rust

1 items on 13 Feb 2023
Go Rust

Interfaces 101 : Error Handling With Go Ep. 3

Introduction In episode 2, Miki examined the impact interfaces have on the performance of a Go program. To perform this experiment, Miki invoked a type’s method in two ways: with the concrete type and as an interface…

Source: Ardan Labs Blog