This is a simple Go program that checks the status of a given profile counter URL using concurrent HTTP requests. The program allows you to specify the URL and the number of threads to perform parallel requests.
- Run the program.
- Enter the profile counter URL when prompted.
- Enter the number of threads to perform concurrent requests.
- The program will output success or failure messages for each request.
- valyala/fasthttp: A fast HTTP implementation for Go.
go run main.go