Repository URL to install this package:
import "time" go func() { println("Hello, goroutine!") }() time.Sleep(1e8)