https://www.sheldonhull.com/go-r1-day-53/
2021-07-15T22:39:44Z
48 words
One minute
progress
Troubleshooting on: typechecking loop that helped me learn a bit more on how the compiler parsing occurs.
Quick fix was to simply change var logger *logger.Logger to var log *logger.Logger.
Read up on dependency injection concepts and clean architecture design.
Webmentions