mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-09 06:00:52 -05:00
Updated parameters for getHistoricalData
This commit is contained in:
parent
0e88ed0445
commit
29414b28c9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func getUnixTime(c pb.RouteGuideClient) int32 {
|
||||||
return res.Unixtime
|
return res.Unixtime
|
||||||
}
|
}
|
||||||
|
|
||||||
func getHistorical(c pb.RouteGuideClient) {
|
func getHistoricalData(c pb.RouteGuideClient, app *Application) {
|
||||||
|
|
||||||
var lat, lon, year, month, day int32
|
var lat, lon, year, month, day int32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue