Latest Articles

Go

Type Assertions and Type Switches in Go

Master Go type assertions and type switches — the two-value assertion idiom, avoiding panics, type switches with interfaces, errors.As for error type extraction, and when to use …