Writing logs in Golang
Logging is essential for any application. We all know that. There is no need to explain how important it is. A module for logging comes with built-in almost all modern languages. Golang also has a built-in log module and can be used right out of the ...
Apr 28, 20253 min read
