# README
CLI-Proxy-Tester
Proxy tester written in Golang. Great for quickly filtering out working from non-working proxies when your in a rush.
Why did I make this?
Mostly for practicing various Golang features such as goroutines, channels, web requests and clients, file dialogs, and syntax.
How do I run this?
Simple! If you have Go installed, you can run it via the go run
command.
KNOWN ISSUES
Bug with file picker on MacOS.
# Structs
The generic structure used for proxies throughout the code.
data type used in testProxies() and handleProxyResult().