diff pkg/imports/dma.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 5062ccb2381d
children e4ab338e7ba9
line wrap: on
line diff
--- a/pkg/imports/dma.go	Tue Nov 19 15:46:16 2019 +0100
+++ b/pkg/imports/dma.go	Tue Nov 19 16:08:55 2019 +0100
@@ -41,6 +41,7 @@
 	Password string `json:"password,omitempty"`
 }
 
+// Description gives a short info about relevant facts of this import.
 func (dma *DistanceMarksAshore) Description() (string, error) {
 	return dma.URL + "|" + dma.FeatureType, nil
 }