weather-cli/cmd/client/weather.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?"
}