diff options
Diffstat (limited to 'fetch/gopher.go')
| -rw-r--r-- | fetch/gopher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch/gopher.go b/fetch/gopher.go index c0d515b..5db1208 100644 --- a/fetch/gopher.go +++ b/fetch/gopher.go @@ -64,6 +64,6 @@ func gopherPage(data *core.FullData, remote *url.URL, title string) error { page.Hash = newHash page.Updated = time.Now() - InsertPage(data, &page, remote) + data.InsertPage(&page, remote) return nil } |
