diff options
Diffstat (limited to 'internal/http/http.go')
| -rw-r--r-- | internal/http/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go index 15e2a17..02d83a6 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -157,7 +157,7 @@ func HTTPMethodWithOpts( type HTTPStatusError struct { URL string - Body string + Body string Status int } |
