Deprecate default scraper
This commit is contained in:
parent
6bf6dc4b69
commit
bfb4020597
9 changed files with 29 additions and 42 deletions
|
|
@ -38,7 +38,7 @@ func (s *Scraper) GetTrends() ([]string, error) {
|
|||
return trends, nil
|
||||
}
|
||||
|
||||
// GetTrends wrapper for default Scraper
|
||||
// Deprecated: GetTrends wrapper for default Scraper
|
||||
func GetTrends() ([]string, error) {
|
||||
return defaultScraper.GetTrends()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue