trufflehog/pkg/context
Miccah c77c1172c8
Add the 'Cause' family of functions to the context wrapper library (#1725)
Go 1.20 introduced `WithCancelCause`, `WithTimeoutCause`, and
`WithDeadlineCause` to allow adding a reason to context cancellations.
Adding it to our wrapper will allow us to use these features.
2023-08-30 07:57:45 -07:00
..
context.go Add the 'Cause' family of functions to the context wrapper library (#1725) 2023-08-30 07:57:45 -07:00
context_test.go Add the 'Cause' family of functions to the context wrapper library (#1725) 2023-08-30 07:57:45 -07:00