Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: refactor HTTP requests to use context package
- Add import for `context` package - Use `http.NewRequestWithContext` instead of `http.NewRequest` Signed-off-by: appleboy <[email protected]>
- Loading branch information