Skip to content

Repository files navigation

Goccer

Go concurrent crawler(s) library

Usage

package main

import (
	"log"

	"github.com/oglinuk/goccer"
)

func main() {
	wp := goccer.NewWorkerpool()

	collected := wp.Queue([]string{"https://fourohfournotfound.com"})

	for _, c := range collected {
		log.Println(c)
	}
}

Examples

See examples directory.

About

Go Concurrent Crawler Library

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages