remember to pull from blog posts

This commit is contained in:
Mark McGranaghan 2012-10-03 10:14:05 -07:00
parent 67644af21d
commit f7bea6ec03
3 changed files with 6 additions and 0 deletions

View File

@ -20,3 +20,5 @@ func main() {
stop2 := timer2.Stop()
fmt.Println("Timer 2 stopped:", stop2)
}
// todo: pull from blog post

View File

@ -16,3 +16,5 @@ func main() {
ticker.Stop()
fmt.Println("Ticker stopped")
}
// todo: pull from blog post

View File

@ -50,3 +50,5 @@ func main() {
sort.Sort(ByAge(kids))
fmt.Println("ByAge: ", kids)
}
// todo: pull from blog post