weather-cli/cmd/client/weather.go

10 lines
171 B
Go
Raw Normal View History

2022-07-07 23:43:16 -04:00
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?"
}