/GoFindText

A simple Go program to search a website for a supplied text string

Primary LanguageGoMIT LicenseMIT

This program was created to playfully look around for a defined text on web pages, perhaps hidden text field.

url and searchText paramaters can be modified to target an array.

I made this in an effort to brush up on Golang.