update on time plans

This commit is contained in:
Mark McGranaghan 2012-10-31 09:17:56 -07:00
parent 7402ad51a6
commit 79003c6c3e
2 changed files with 0 additions and 13 deletions

View File

@ -52,7 +52,6 @@ Regular Expressions
Time
Epoch
# Time Parsing / Formatting
# Elapsed Time
# Random Numbers
Number Parsing
URL Parsing

View File

@ -1,12 +0,0 @@
package main
import "time"
import "fmt"
func main() {
start := time.Now()
time.Sleep(3 * time.Second)
fmt.Println(time.Since(start))
}
// todo: check out that blog post