mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-12 06:30:49 -05:00
9 lines
171 B
Go
9 lines
171 B
Go
package main
|
|
|
|
import "sync"
|
|
|
|
func getToday(wg *sync.WaitGroup, cfg *config) {
|
|
|
|
// errMsg := "\nSorry, couldn't get today's weather. Perhaps you've been rate limited?"
|
|
|
|
}
|