BLOG

Latest Articles

Golang Type Assertion Explained with Examples

Golang type assertion is a mechanism for working with the underlying concrete value of an interface. Type switches use switch blocks for data types and allow …

By tuannguyen · 5 min read · GO

Golang JSON Unmarshal Examples

Use golang json unmarshal to parse JSON data with simple and complex structured data and unstructured data with examples

By tuannguyen · 5 min read · GO