Gezer renamed to Geziyor

This commit is contained in:
Musab Gültekin
2019-06-08 17:14:10 +03:00
parent c525e0d7d0
commit 54c7d3550f
6 changed files with 33 additions and 33 deletions

View File

@ -1,4 +1,4 @@
package gezer
package geziyor
import (
"github.com/PuerkitoBio/goquery"
@ -11,7 +11,7 @@ type Response struct {
Body []byte
Doc *goquery.Document
Gezer *Gezer
Geziyor *Geziyor
Exports chan map[string]interface{}
}