Skip to content

nixon1333/golang-multi-routine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This is a project to test out parallel request with Golang. With some basic go features.

Getting Started

Prerequisites

Before you begin you must have Go installed and configured properly for your computer. Please see https://golang.org/doc/install

Build from the source

  1. Clone the repo
    git clone https://github.com/nixon1333/golang-multi-routine.git
  2. Build the binary and run build
    go build -o gohttp
    run
    ./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

License

Distributed under the GNU License. See LICENSE for more information.

Contact

Ashraful Islam Nixon - @nixon13333

Project Link: https://github.com/nixon1333/golang-multi-routine

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages