Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.49k stars 318 forks source link

refactor: use slices.Contains instead of for loop to check if the provided db is in AllowedDBDrivers #293

Closed sajjadvaezi closed 3 months ago

sajjadvaezi commented 3 months ago

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

Problem/Feature

Description of Changes:

Checklist

Ujstor commented 3 months ago

I am not sure what the purpose of the PR is. You changed only one file in the flags dir, and the tests are failing.

I will close it as incomplete.