Setup (Cloud-Backed) SQLite backend for reading GeoPackages #20
Annotations
6 errors
lint:
ogc/features/datasources/geopackage/backend_cloud.go#L1
: # github.com/PDOK/gokoala/ogc/features/datasources/geopackage
|
lint:
ogc/features/datasources/geopackage/backend_cloud.go#L38
cannot use &CloudGeoPackage{…} (value of type *CloudGeoPackage) as geoPackageBackend value in return statement: *CloudGeoPackage does not implement geoPackageBackend (missing method getDB)
|
lint:
ogc/features/main.go#L13
could not import github.com/PDOK/gokoala/ogc/features/datasources/geopackage (-: # github.com/PDOK/gokoala/ogc/features/datasources/geopackage
|
lint:
ogc/features/datasources/geopackage/backend_cloud.go#L38
cannot use &CloudGeoPackage{…} (value of type *CloudGeoPackage) as geoPackageBackend value in return statement: *CloudGeoPackage does not implement geoPackageBackend (missing method getDB)
|
lint:
ogc/features/datasources/fakedb/fakedb.go#L57
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
|
lint
issues found
|