Versions in this module Expand all Collapse all v0 v0.2.2 Jun 30, 2018 Changes in this version + func DoneFunc(inp resultFrom, act func(a result)) (done <-chan struct{}) + type Crawler struct + Delay time.Duration + Depth int + Get func(string) (*http.Response, error) + Log *log.Logger + Out io.Writer + Parallel int + Sites []string + Verbose bool + func (c Crawler) Run() error + type Rake struct + func New(rake func(a item), attr func(a item) interface{}, somany int) (my *Rake) + func (my *Rake) Attr(attr func(a item) interface{}) *Rake + func (my *Rake) Done() (done <-chan struct{}) + func (my *Rake) Feed(items ...item) *Rake + func (my *Rake) Rake(rake func(a item)) *Rake