Better logging in GO
I am currently using the built-in log package for logging, which works well, but I want to implement a more advanced logging system while keeping it simple.
Better logging in GO
I am currently using the built-in log package for logging, which works well, but I want to implement a more advanced logging system while keeping it simple.
Fetching Logger from Context password to a library function
I am using zap.Logger in a client application. I add my logger to my context: