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