Any function can be invoked as a goroutine by prefixing its invocation with the keyword go:

https://codeeval.dev/gist/9f1830214f32bfa45f6bc52d72d24abb

Note that the return value of the function is ignored.