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
There are currently a few places where context.TODO() is used. These must be inspected and proper context passing must be added.
context.TODO()
The text was updated successfully, but these errors were encountered:
c215b82
Pull request: 2552 rm context.TODO() instances
f947d6f
Merge in DNS/adguard-home from 2552-context to master Closes AdguardTeam#2552. Squashed commit of the following: commit 3d1cef3 Author: Eugene Burkov <[email protected]> Date: Tue Jan 26 19:28:23 2021 +0300 all: fix docs commit d08c78c Author: Eugene Burkov <[email protected]> Date: Tue Jan 26 19:22:00 2021 +0300 all: doc changes commit c2814f4 Merge: 100a1a0 44c7221 Author: Eugene Burkov <[email protected]> Date: Tue Jan 26 19:12:55 2021 +0300 Merge branch 'master' into 2552-context commit 100a1a0 Author: Eugene Burkov <[email protected]> Date: Tue Jan 26 19:10:03 2021 +0300 home: imp docs, fix naming commit 22717ab Author: Eugene Burkov <[email protected]> Date: Tue Jan 26 18:14:07 2021 +0300 home: improve code quality commit 5c96f77 Author: Eugene Burkov <[email protected]> Date: Mon Jan 25 20:28:51 2021 +0300 home: add docs commit 323fc01 Author: Eugene Burkov <[email protected]> Date: Mon Jan 25 14:50:11 2021 +0300 home: rm context.TODO() instances
EugeneOne1
No branches or pull requests
There are currently a few places where
context.TODO()
is used. These must be inspected and proper context passing must be added.The text was updated successfully, but these errors were encountered: