ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.
https://www.ardanlabs.com
Apache License 2.0
3.4k stars 613 forks source link

The reason for using darwin #350

Closed mrbardia72 closed 3 months ago

mrbardia72 commented 3 months ago

What is the reason for using this library? darwin

Why other libraries were not used? Like the examples below https://github.com/rubenv/sql-migrate https://github.com/golang-migrate/migrate

ardan-bkennedy commented 3 months ago

It's the simplest module I found that gets the job done. I didn't need any more complexity. Every project is different and has different needs.