Skip to content

goroutines

cd /ideaProjectsGitHub/playground/docs/languages/05-go/00-goroutines/challenges/00_goroutines 

go mod init docs/languages/05-go/00-goroutines/challenges/00_goroutines

go build ./...

go run ./cmd/cli/main.go
go build -o main main.go
go run main.go
go build ./...
go test ./...
go mod tidy