From 937d75d2fc150c29d3510656211dae0aac7aa643 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 15 May 2022 22:44:39 -0400 Subject: nws: update NWSPointProperties Add GridId --- nws/nws.go | 1 + 1 file changed, 1 insertion(+) (limited to 'nws/nws.go') diff --git a/nws/nws.go b/nws/nws.go index 243506b..1d6e061 100644 --- a/nws/nws.go +++ b/nws/nws.go @@ -13,6 +13,7 @@ import ( ) type NWSPointProperties struct { + GridId string GridX int GridY int ForecastLink string `json:"forecast"` -- cgit v1.2.3