From 74bbf67ebbd1325ff699a052933ad94bc0401c58 Mon Sep 17 00:00:00 2001 From: tjp Date: Thu, 3 Apr 2025 09:32:22 -0600 Subject: linter nits --- spartan/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spartan/client.go') diff --git a/spartan/client.go b/spartan/client.go index aff9276..37cb45d 100644 --- a/spartan/client.go +++ b/spartan/client.go @@ -134,6 +134,6 @@ func (c Client) IsRedirect(response *types.Response) bool { type devnull struct{} -func (_ devnull) Read(p []byte) (int, error) { +func (devnull) Read(p []byte) (int, error) { return 0, nil } -- cgit v1.2.3