Setup (Cloud-Backed) SQLite backend for reading GeoPackages #8
Annotations
5 errors and 1 warning
lint:
ogc/features/datasources/geopackage/geopackage.go#L86
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
ogc/features/datasources/geopackage/geopackage.go#L92
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
ogc/features/datasources/geopackage/geopackage.go#L94
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
ogc/features/datasources/geopackage/geopackage.go#L84
Rows/Stmt was not closed (sqlclosecheck)
|
lint
issues found
|
lint:
ogc/features/datasources/geopackage/geopackage.go#L20
var-naming: struct field Id should be ID (revive)
|