diff pkg/imports/gm.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 8584197232ec
children 59a99655f34d
line wrap: on
line diff
--- a/pkg/imports/gm.go	Tue Nov 19 15:46:16 2019 +0100
+++ b/pkg/imports/gm.go	Tue Nov 19 16:08:55 2019 +0100
@@ -40,6 +40,7 @@
 	Insecure bool `json:"insecure"`
 }
 
+// Description gives a short info about relevant facts of this import.
 func (gm *GaugeMeasurement) Description() (string, error) {
 	return gm.URL, nil
 }