Categorygithub.com/mehtaabgill/cli-proxy-tester
modulepackage
0.0.0-20200409005532-e5698cf0bd46
Repository: https://github.com/mehtaabgill/cli-proxy-tester.git
Documentation: pkg.go.dev

# 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().