comparison pkg/imports/sr.go @ 4852:046a07a33b19

Fixed the golint issues of the imports package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Nov 2019 16:08:55 +0100
parents f4abfd0ee8ad
children 59a99655f34d
comparison
equal deleted inserted replaced
4851:faabfed7f0e9 4852:046a07a33b19
213 best_utm(CAST(ST_Transform(ST_GeomFromWKB($1, $2::integer), 4326) AS geography)))), 213 best_utm(CAST(ST_Transform(ST_GeomFromWKB($1, $2::integer), 4326) AS geography)))),
214 best_utm(CAST(ST_Transform(ST_GeomFromWKB($1, $2::integer), 4326) AS geography)) 214 best_utm(CAST(ST_Transform(ST_GeomFromWKB($1, $2::integer), 4326) AS geography))
215 ` 215 `
216 ) 216 )
217 217
218 // Description gives a short info about relevant facts of this import.
218 func (sr *SoundingResult) Description() (string, error) { 219 func (sr *SoundingResult) Description() (string, error) {
219 220
220 var descs []string 221 var descs []string
221 222
222 if sr.Bottleneck != nil { 223 if sr.Bottleneck != nil {