go-concurrency

Installation
SKILL.md

Go Concurrency

Master Go's concurrency model using goroutines, channels, and synchronization primitives for building concurrent applications.

Goroutines

Creating goroutines:

package main

import (
    "fmt"
    "time"
)
Installs
26
GitHub Stars
173
First Seen
Jan 22, 2026
go-concurrency — thebushidocollective/han