Golang
Split a string and assign it to variables GO? [SOLVED]
In this tutorial we will explore different methods to split a string and store into variables using golang.
How to convert io.Reader to string Golang? [SOLVED]
In this article, we will walk through some examples of converting from an io.Reader to a string in Go.
How to do https request with bad certificate? [SOLVED]
We can use InsecureSkipVerify to do HTTPS request with bad certificate.
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?
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
