The init function in Golang
The init function is a powerful function in Go. It allows doing things like initialization of a package that otherwise really hard to achieve. In this post, we are going to take a look at Go’s init function. What is the init function in Golang? The init function is a function that takes no argument […]
The init function in Golang Read More »