anaskhan96 / soup

Web Scraper in Go, similar to BeautifulSoup
MIT License
2.18k stars 168 forks source link

All the functions should return errors #12

Closed VictorNine closed 7 years ago

VictorNine commented 7 years ago

Instead of using defer fetch.CatchPanic("Find()"). The functions should return errors especially when no data has been found.