How do you time a function in Go and return its runtime in milliseconds?
There are several options for timestamping and timers in the time package. See the documentation here: http://golang.org/pkg/time/