From 8c68e0ed414bfb323d6e94db55c95db13797ef8e Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 4 Dec 2023 17:35:06 +0100 Subject: Make output file and format configurable (#24) --- scrape.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'scrape.go') diff --git a/scrape.go b/scrape.go index 4de36d8..3e38e46 100644 --- a/scrape.go +++ b/scrape.go @@ -14,8 +14,6 @@ import ( "github.com/cornelk/hashmap" ) -type FetchFunc func(url string) (string, error) - type Context interface { ScriptName() string Visit(url string) -- cgit v1.2.3