dipeshdulal / clean-gin

Implementation of clean architecture in Go, Gin with dependency injection.
BSD Zero Clause License
444 stars 64 forks source link

Make it possible to run migration from both host and docker. #22

Closed dipeshdulal closed 3 years ago

dipeshdulal commented 3 years ago

After this PR you can do; make p=host migrate-up instead of make migrate-up command.