os-go-rq
Request queue for broad crawls
Install
You can get the library with go get
go get -u github.com/cfhamlet/os-go-rq
The binary command line tool can be build from source, you should always build the latest released version , Releases List
git clone -b v0.0.1 https://github.com/cfhamlet/os-go-rq.git
cd os-go-rq
make install
Usage
Command line
$ go-rq -h
go-rq command line tool
Usage:
go-rq [flags]
go-rq [command]
Available Commands:
help Help about any command
run run go-rq server
version show version info
Flags:
-h, --help help for go-rq
Use "go-rq [command] --help" for more information about a command.
License
MIT licensed.