diff options
Diffstat (limited to 'nws/nws.go')
-rw-r--r-- | nws/nws.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ type FeatureProperties struct { } type Feature struct { + Id string Properties FeatureProperties } |
index : peach | ||
barebones weather service - peach.ricketyspace.net | siddharth |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | nws/nws.go | 1 |
@@ -68,6 +68,7 @@ type FeatureProperties struct { } type Feature struct { + Id string Properties FeatureProperties } |