lint: fix all major issues
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -44,6 +44,7 @@ func WriteInternalServerError(w http.ResponseWriter, err error) {
|
||||
Write(w, "application/json", 500, string(rawBody))
|
||||
}
|
||||
|
||||
// NewRoundTripper creates new http RoundTripper
|
||||
func NewRoundTripper(opts ...Option) http.RoundTripper {
|
||||
options := Options{}
|
||||
for _, o := range opts {
|
||||
|
Reference in New Issue
Block a user