naltun / eyes

👀 🖥️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" 🔍 🕵️
GNU General Public License v2.0
51 stars 8 forks source link

Return `err.Error()' #20

Open naltun opened 5 years ago

naltun commented 5 years ago

https://github.com/naltun/eyes/blob/f51e2bb9f2d32c957775fd873057a3a3ce925e7a/pkg/linkgrab/linkgrab.go#L23

Here, we should be returning the error as a string (via err.Error()). linkgrab.GetLinks() may need additional tidying.