From 4715f943fbc9f58d3af77b06c54b89accd507d41 Mon Sep 17 00:00:00 2001 From: Apipol Sukgler Date: Sat, 9 Oct 2021 12:57:57 +0700 Subject: [PATCH] replace goribot with gospider because project has been move to gospider (#3816) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3318ca3..dc517339 100644 --- a/README.md +++ b/README.md @@ -2054,7 +2054,7 @@ _**Unofficial** set of patterns for structuring projects._ * [goq](https://github.com/andrewstuart/goq) - Declarative unmarshaling of HTML using struct tags with jQuery syntax (uses GoQuery). * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. * [goregen](https://github.com/zach-klippenstein/goregen) - Library for generating random strings from regular expressions. - * [goribot](https://github.com/zhshch2002/goribot) - A simple golang spider/scraping framework,build a spider in 3 lines. + * [gospider](https://github.com/zhshch2002/gospider) - A simple golang spider/scraping framework,build a spider in 3 lines. migrated from [goribot](https://github.com/zhshch2002/goribot) * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. * [html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) - Convert HTML to Markdown. Even works with entire websites and can be extended through rules.