peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
131 stars 19 forks source link

Fix lint errors #461

Closed peterstace closed 2 years ago

peterstace commented 2 years ago

Description

commit ecd4f0a0d74b6720639b436317147e4b62318ef6 Author: Peter Stace peterstace@gmail.com Date: Sun Sep 25 18:30:24 2022 +1000

Fix lint errors

These lint errors are showing up in CI (e.g.
https://github.com/peterstace/simplefeatures/actions/runs/3121442011/jobs/5062747438).
This PR should fix all of them.

Check List

Have you:

Related Issue

Benchmark Results

peterstace commented 2 years ago

Thanks for reviewing!