BLOG

Latest Articles

How to check if struct is empty in GO? [SOLVED]

This article describes a few methods for determining whether a struct in Go is empty. It includes structs having fields that are comparable and

By tuannguyen · 4 min read · GO

How to convert float64 to int Golang? [SOLVED]

In this tutorial, we will walk through some ways to convert a float64 to int in Golang. As introduced before, we can convert float64 to a string using the

By tuannguyen · 3 min read · GO