DedSecInside / gotor

This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
GNU General Public License v3.0
158 stars 44 forks source link

Remove unnecessary code and add tests for geturls.go #8

Closed KingAkeem closed 4 years ago

KingAkeem commented 6 years ago

Since the code was ported directly from the only Go module in TorBot, there's some code that was being used before that is no longer necessary such as adding colors to links. Remove this code and also added unit tests for geturls.go