Exporting data all types support added.

This commit is contained in:
Musab Gültekin
2019-06-09 13:22:20 +03:00
parent d967555b62
commit 9263877339
4 changed files with 7 additions and 4 deletions

View File

@ -14,7 +14,7 @@ type Response struct {
Doc *goquery.Document
Geziyor *Geziyor
Exports chan map[string]interface{}
Exports chan interface{}
}
// JoinURL joins base response URL and provided relative URL.