diff options
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"` |