gkeesh7 / url-shortner

URL shortening Web Service
https://gkeesh7.github.io/url-shortner
1 stars 0 forks source link

Use a Dependency Injection framework for URL shortener service #6

Open gkeesh7 opened 3 years ago

gkeesh7 commented 3 years ago

Migrate to uber-go/fx for application framework. As it would provide dependency injection and other benefits.

gkeesh7 commented 2 years ago

Choices to use a DI framework

  1. https://github.com/uber-go/fx
  2. https://github.com/google/wire
  3. https://github.com/facebookarchive/inject