package
0.0.0-20240625185110-2727207ea52a
Repository: https://github.com/sumanmukherjee03/practice-and-katas.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Interfaces

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.