Automatic determining response and decoding it.

This commit is contained in:
Musab Gültekin
2019-06-09 10:46:32 +03:00
parent f2fba85266
commit a9aaf86df3
3 changed files with 19 additions and 4 deletions

2
go.mod
View File

@ -5,4 +5,6 @@ go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/fpfeng/httpcache v0.0.0-20181220155740-6b8f16a92be3
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
golang.org/x/text v0.3.2 // indirect
)