ardanlabs / service

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

fix: Variable 'db' collides with imported package name #334

Closed mrbardia72 closed 5 months ago

mrbardia72 commented 5 months ago

in this line https://github.com/ardanlabs/service/blob/master/app/tooling/sales-admin/commands/migrate.go#L18

ardan-bkennedy commented 5 months ago

What is the issue. This is allowed as long as you don't need to access the package identifiers any longer.