diff pkg/imports/sr.go @ 4182:49012340336c

Made 'golint' finally happy with imports package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 06 Aug 2019 11:13:28 +0200
parents 8b75ac5e243e
children 49564382ffff
line wrap: on
line diff
--- a/pkg/imports/sr.go	Mon Aug 05 18:32:54 2019 +0200
+++ b/pkg/imports/sr.go	Tue Aug 06 11:13:28 2019 +0200
@@ -73,7 +73,7 @@
 	pointsPerSquareMeter = 2
 )
 
-// SRJobKind is the unique name of a SoundingResult import job.
+// SRJobKind is the unique name of this import job type.
 const SRJobKind JobKind = "sr"
 
 type srJobCreator struct{}