TAG

Golang

What is & and * in Golang? [Solved]

In this tutorial we will explore what is & and * icon or operator in golang and what is it used for?

By tuannguyen · 4 min read · GO

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