lacion / cookiecutter-golang

A Go project template
MIT License
690 stars 178 forks source link

Add uber fx and zap #39

Open shywn-mrk opened 1 month ago

shywn-mrk commented 1 month ago

Adding the choice of using fx for dependency injection in a project would be nice since I used it in many of my services and it makes everything cleaner.

Also choosing between zap and logrus would be better since zap has better overall performance.