When I started exploring Go, one feature immediately stood out:

go doSomething()

Enter fullscreen mode

Exit fullscreen mode

Just adding go before a function call can run it concurrently.