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

Topic - Edition

Go

1 items on 03 Apr 2023
Go Rust

Interfaces 101 : Extensible API Handlers Ep. 10

Introduction In episode 9, Miki discussed how a command flag can be decoded into a user defined type with the Value interface. As a recap, the Value interface consists of two methods: one for serializing the underlying…

Source: Ardan Labs Blog