Skip to content

Commit 496913c

Browse files
committed
Remove now unnecessary field
1 parent 649824b commit 496913c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/geoipupdate/database/reader.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"encoding/json"
66
"fmt"
7-
"io"
87
"time"
98
)
109

@@ -16,7 +15,6 @@ type Reader interface {
1615

1716
// ReadResult is the struct returned by a Reader's Get method.
1817
type ReadResult struct {
19-
reader io.ReadCloser
2018
EditionID string `json:"edition_id"`
2119
OldHash string `json:"old_hash"`
2220
NewHash string `json:"new_hash"`

0 commit comments

Comments
 (0)