go fmt
This commit is contained in:
parent
b766cb4ac5
commit
6a63d49823
7 changed files with 21 additions and 21 deletions
|
|
@ -8,8 +8,8 @@ type HTTPState struct {
|
|||
FeedID int64
|
||||
LastRefreshed time.Time
|
||||
|
||||
LastModified string
|
||||
Etag string
|
||||
LastModified string
|
||||
Etag string
|
||||
}
|
||||
|
||||
func (s *Storage) GetHTTPState(feedID int64) *HTTPState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue