This is a project to test out parallel request with Golang. With some basic go features.
Before you begin you must have Go installed and configured properly for your computer. Please see https://golang.org/doc/install
- Clone the repo
git clone https://github.com/nixon1333/golang-multi-routine.git
- Build the binary and run
build
run
go build -o gohttp
./gohttp -parallel 3 google.com facebook.com yahoo.com
or Run the go file
go run main.go -parallel 3 google.com facebook.com yahoo.com
Distributed under the GNU License. See LICENSE
for more information.
Ashraful Islam Nixon - @nixon13333
Project Link: https://github.com/nixon1333/golang-multi-routine