This seems like a pretty broad question about concurrency in go. See the tour of go concurrency section:
https://go.dev/tour/concurrency/1
And go by example goroutines:
This seems like a pretty broad question about concurrency in go. See the tour of go concurrency section:
https://go.dev/tour/concurrency/1
And go by example goroutines: