Use fasthttp.PipelineClient

This commit is contained in:
Richard Patel
2019-02-09 16:46:36 +01:00
parent b18b70f798
commit d69cd4400e
5 changed files with 46 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ var serverCmd = cobra.Command {
}
var crawlCmd = cobra.Command {
Use: "crawl",
Use: "crawl <url>",
Short: "Crawl an URL",
Long: "Crawl the URL specified.\n" +
"Results will not be uploaded to the database,\n" +