remember to pull from blog posts
This commit is contained in:
parent
67644af21d
commit
f7bea6ec03
@ -20,3 +20,5 @@ func main() {
|
||||
stop2 := timer2.Stop()
|
||||
fmt.Println("Timer 2 stopped:", stop2)
|
||||
}
|
||||
|
||||
// todo: pull from blog post
|
||||
|
@ -16,3 +16,5 @@ func main() {
|
||||
ticker.Stop()
|
||||
fmt.Println("Ticker stopped")
|
||||
}
|
||||
|
||||
// todo: pull from blog post
|
||||
|
@ -50,3 +50,5 @@ func main() {
|
||||
sort.Sort(ByAge(kids))
|
||||
fmt.Println("ByAge: ", kids)
|
||||
}
|
||||
|
||||
// todo: pull from blog post
|
||||
|
Loading…
x
Reference in New Issue
Block a user