offline-twitter/scraper/api_errors.go

9 lines
128 B
Go
Raw Normal View History

2022-03-06 19:27:30 -08:00
package scraper
import (
"fmt"
)
var END_OF_FEED = fmt.Errorf("End of feed")
var DOESNT_EXIST = fmt.Errorf("Doesn't exist")