Fix silently ignored parsing errors (#24) #41
Reference in New Issue
Block a user
Delete Branch "fix/silent-parsing-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
_ =Files changed
sites/aislegopher/aislegopher.go— return errors for ID and price parsing, warn for namesites/wegmans/wegmans.go— return errors for ID and price, warn for name/unit price/network idlesites/duckduckgo/page.go— warn for title/description extractionsites/google/google.go— warn for title/description extractionTest plan
go build ./...passesgo test ./...passesgo vet ./...passesCloses #24
Parent: #31 (Phase 3, PR 10)