diff pkg/imports/fd.go @ 4177:8b75ac5e243e

Made 'staticcheck' happy with pgxutils package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 05 Aug 2019 17:16:46 +0200
parents c489c78ed525
children 5d7ce7f926eb
line wrap: on
line diff
--- a/pkg/imports/fd.go	Mon Aug 05 16:58:53 2019 +0200
+++ b/pkg/imports/fd.go	Mon Aug 05 17:16:46 2019 +0200
@@ -202,7 +202,7 @@
 
 	ft := caps.FindFeatureType(fd.FeatureType)
 	if ft == nil {
-		return nil, fmt.Errorf("Unknown feature type '%s'", fd.FeatureType)
+		return nil, fmt.Errorf("unknown feature type '%s'", fd.FeatureType)
 	}
 
 	feedback.Info("Found feature type '%s'", fd.FeatureType)