In this article, we look at how you can convert a byte array or slice in Go to a string value.
In this snippet, we are going to look at how you can quickly loop over an array in Go
In this code snippet, we are going to look at how you can check if a string contains a sub-string in Go using the …
In this code snippet, we are going to look at how you can effectively cast an int in go to a float
In this code snippet, we are going to look at how you can effectively cast an interface in go to a string.

In this code snippet, we are going to look at how you can check to see if a key exists within a Map in Go

In this code snippet, we are going to look at how you can compare 2 structs in Go!

In this code snippet, we are going to look at how you can parse date and time strings in Go using the time package.
In this code snippet, we are going to look at how you can add values to an array in Go
In this code snippet, we are going to look at how you can use the strings.Builder type to efficiently concatenate …