twpayne / go-geom

Package geom implements efficient geometry types for geospatial applications.
BSD 2-Clause "Simplified" License
839 stars 104 forks source link

Fix lint warning in GeoJSON unmarshaling #249

Closed kbolino closed 1 month ago

kbolino commented 1 month ago

A double pointer is needed here to pass through null as nil.

Note that the tests still pass after this change.

twpayne commented 1 month ago

Great catch thanks! The darwin failure is unrelated to this PR.

twpayne commented 1 month ago

I've pushed tag v1.5.5 which includes this fix.