In: Golang

Golang interface
Why using Interface and Dependency Injection is important in Golang
April 4, 2021

In a Golang project that I have worked on so far, it’s pretty common to see developers creating concrete struct directly…

Read More
importing golang module from private repos
Importing modules from private repositories in golang
March 4, 2021

In a typical enterprise application project, it is common to split the code into several repositories, especially if the architecture used…

Read More
logging in a Go application
Choosing logging library in a Go application
January 26, 2021

When I used logging from SL4j, where log4j is one of the implementation, I have a flexibility like below. Log messages…

Read More