Caching added.

JSON File export will append, not truncate.
This commit is contained in:
Musab Gültekin
2019-06-08 15:29:09 +03:00
parent 9e61a96412
commit ca197ff06a
6 changed files with 42 additions and 18 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/gogezer/gezer
go 1.12
require github.com/PuerkitoBio/goquery v1.5.0
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/fpfeng/httpcache v0.0.0-20181220155740-6b8f16a92be3
)