diff options
author | siddharth <s@ricketyspace.net> | 2022-05-15 22:44:39 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-05-15 22:44:39 -0400 |
commit | 937d75d2fc150c29d3510656211dae0aac7aa643 (patch) | |
tree | d84c4c7afec5a4ab0fefcb7368f4b68ead1bc146 /nws/nws.go | |
parent | 331dcaf0139fad478a3451228a2ad215f80876ce (diff) |
nws: update NWSPointProperties
Add GridId
Diffstat (limited to 'nws/nws.go')
-rw-r--r-- | nws/nws.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ import ( ) type NWSPointProperties struct { + GridId string GridX int GridY int ForecastLink string `json:"forecast"` |