Skip to content

Commit

Permalink
Remove now unnecessary field
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Mar 25, 2024
1 parent 649824b commit 496913c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/geoipupdate/database/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"io"
"time"
)

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

// ReadResult is the struct returned by a Reader's Get method.
type ReadResult struct {
reader io.ReadCloser
EditionID string `json:"edition_id"`
OldHash string `json:"old_hash"`
NewHash string `json:"new_hash"`
Expand Down

0 comments on commit 496913c

Please sign in to comment.