TAG

Golang

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

Golang FlashDB Tutorial- In Memory Database

Golang flashdb is an in memory database written in golang. Read, Write, Store, Update and Delete key and value content inside the database with examples

By tuannguyen · 6 min read · GO