项目作者: sermilrod

项目描述 :
Simple webcrawler implementation in Go
高级语言: Go
项目地址: git://github.com/sermilrod/simple-webcrawler.git
创建时间: 2019-02-07T11:29:33Z
项目社区:https://github.com/sermilrod/simple-webcrawler

开源协议:

下载


Simple Webcrawler

A simple webcrawler written in go

Building the artefact

  1. $ docker build -t sermilrod/simple-webcrawler .
  2. $ docker push sermilrod/simple-webcrawler

How to use it

  1. $ docker run --rm sermilrod/simple-webcrawler -url http://foo.bar
  2. $ docker run --rm sermilrod/simple-webcrawler -url http://foo.bar -url http://bibidi.babidi.boo

Running the tests

  1. $ go test -v ./... --benchmem