feat: rename HttpCustomizer to HttpTransportCustomizer and make it return http.Transport that is later used (#30)

* feat: rename HttpCustomizer to HttpTransportCustomizer and make it return http.Transport that is later used

* linting
This commit is contained in:
Mateusz Filipowicz
2025-02-19 01:03:21 +01:00
committed by GitHub
parent e25b426a84
commit 7c7ef98c03
6 changed files with 39 additions and 58 deletions

View File

@@ -15,6 +15,9 @@ ij_smart_tabs = false
ij_wrap_on_typing = false
ij_any_block_comment_add_space = true
[*.go]
indent_style = tab
[*.conf]
ij_continuation_indent_size = 2