/goroutines-concat

Using goroutines and concatenate result in same slice

Primary LanguageGo

Goroutines

An example go application for demonstration how to concatenate goroutines responses in same slice and print result at end.

How works

Github Authentication

Uncomment line 32 in main.go and export variable GITHUB_TOKEN_KEY to use authentication in Github API.

export GITHUB_TOKEN_KEY=<YOUR_GITHUB_API_KEY>

How to use

go run main.go