comparison 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
comparison
equal deleted inserted replaced
4181:bd97dc2dceea 4182:49012340336c
71 71
72 const ( 72 const (
73 pointsPerSquareMeter = 2 73 pointsPerSquareMeter = 2
74 ) 74 )
75 75
76 // SRJobKind is the unique name of a SoundingResult import job. 76 // SRJobKind is the unique name of this import job type.
77 const SRJobKind JobKind = "sr" 77 const SRJobKind JobKind = "sr"
78 78
79 type srJobCreator struct{} 79 type srJobCreator struct{}
80 80
81 func init() { 81 func init() {