Goroutine — lightweight. Thread — OS.
1go func() {}()
Stack:
When to use goroutines:
When to use threads:
Common mistakes:
runtime.LockOSThread()