We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flow/internal/app/budget/budget.go
Line 20 in fc57ae7
No need to mention the relative path here in the above code because that has been already mentioned inside the function definition:
flow/db/budget_db/connection.go
Line 49 in fc57ae7
Advise is to remove from flow/internal/app/budget/budget.go file and find an appropriate way to put the relative paths of the file.
The text was updated successfully, but these errors were encountered:
This path is mentioned one time in the function.
Can you give me ideas about putting it somewhere else.
Sorry, something went wrong.
I mentioned the advice/idea in the previous comment 🙂
Let it be in connection.go and remove the path from budget.go file. Only pass the migration file from there.
No branches or pull requests
flow/internal/app/budget/budget.go
Line 20 in fc57ae7
No need to mention the relative path here in the above code because that has been already mentioned inside the function definition:
flow/db/budget_db/connection.go
Line 49 in fc57ae7
Advise is to remove from flow/internal/app/budget/budget.go file and find an appropriate way to put the relative paths of the file.
The text was updated successfully, but these errors were encountered: