diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2023-10-24 11:17:14 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2023-10-25 13:31:54 +0200 |
| commit | 6f2956376fa67c4fd3abbed65d1ec20bea2b9e00 (patch) | |
| tree | 3ae8d6b34cbed323d0936503ecd579695c762249 /request.go | |
| parent | 1bc6c5a6fcf5bf0f52a960b6df87b6bd04e10956 (diff) | |
| download | go-schwift-6f2956376fa67c4fd3abbed65d1ec20bea2b9e00.tar.gz | |
Fix remaining lints
Diffstat (limited to 'request.go')
| -rw-r--r-- | request.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ import ( type RequestOptions struct { Headers Headers Values url.Values - Context context.Context + Context context.Context //nolint: containedctx // ignored for now to not break the API } func cloneRequestOptions(orig *RequestOptions, additional Headers) *RequestOptions { |
