Introduction
This lab is about using tickers in Golang. Tickers are used when you want to do something repeatedly at regular intervals.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/ConcurrencyGroup(["Concurrency"])
go/ConcurrencyGroup -.-> go/tickers("Tickers")
subgraph Lab Skills
go/tickers -.-> lab-15520{{"Timers and Tickers"}}
end