diff options
Diffstat (limited to 'scrape.go')
| -rw-r--r-- | scrape.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ import ( "github.com/cornelk/hashmap" ) -type FetchFunc func(url string) (string, error) - type Context interface { ScriptName() string Visit(url string) |