diff options
author | siddharth <s@ricketyspace.net> | 2022-05-15 22:42:12 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-05-15 22:42:12 -0400 |
commit | 331dcaf0139fad478a3451228a2ad215f80876ce (patch) | |
tree | 0bd4174f3f511194fb52aee3a530760d5b1c001b /nws/nws.go | |
parent | c89871fd1ece24833d5ef01d2fc2b0a3df0837f2 (diff) |
nws: update NWSPointProperties
Add GridX and GridY.
Diffstat (limited to 'nws/nws.go')
-rw-r--r-- | nws/nws.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ import ( ) type NWSPointProperties struct { + GridX int + GridY int ForecastLink string `json:"forecast"` ForecastHourlyLink string `json:"forecastHourly"` } |