TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: webhog – Web scraper written in Go

3 pointsby johnernautabout 11 years ago

1 comment

johnernautabout 11 years ago
This is another Go OSS project of mine that I&#x27;m using to expand my knowledge of the language and its inner-workings. I&#x27;d be extremely interested in gathering advice on the best way to test an application such as this.<p>Most of the complexity lies within downloading and persisting files - do my test methods need to download physical files from the web as well, or is there a straight-forward way to stub that behavior out? Any feedback is appreciated.