mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-09 06:00:52 -05:00
10 lines
171 B
Go
10 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?"
|
||
|
|
||
|
}
|