Here is a one-liner you can use to pause execution until a specific time
In a lot of situations, we would like to be able to schedule functions in Go. While there are many current tools for doing scheduling (such as Cron)...