//
pkg.gl
Category
github.com/sumanmukherjee03/practice-and-katas
go
rest-api-project
bookstore_utils-go
logger
package
0.0.0-20240625185110-2727207ea52a
Repository:
https://github.com/sumanmukherjee03/practice-and-katas.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
4
Files
87 SLOC
#
Functions
GetLogger
No description provided by the author
#
Interfaces
LoggerInterface
Dont return a pointer to a struct when building a library Instead return a pointer to an interface which makes things easier to replace and test.