Implementation of time.Sleep()
I was wondering how time.Sleep() is implemented in the standard library. There is no implementation?! https://golang.org/src/time/sleep.go#L9 - its just the function definition without the function body. What am I missing?