Go-SwissKnife is a utility libraries that is include with interface and mock for speed up the development and testing of the golang app development
- Look to the interfaces folder for any package that you want to use
- use the interface as the struct property or the function/method params
- called the constructor when you want to use to inject the instance to the struct property or function/method params
- use the mocks folder when you do unit testing of your code
The following library is use as dependenciee: