diff cmd/gemma/main.go @ 4160:7cccf7fef3e8

Made 'golint' and 'staticcheck' happy with auth package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 02 Aug 2019 17:08:58 +0200
parents 72473ebd9d64
children 3ef3f8a99d5e
line wrap: on
line diff
--- a/cmd/gemma/main.go	Fri Aug 02 16:37:24 2019 +0200
+++ b/cmd/gemma/main.go	Fri Aug 02 17:08:58 2019 +0200
@@ -58,7 +58,7 @@
 	// Do GeoServer setup in background.
 	geoserver.Reconfigure(geoserver.PrepareGeoServer)
 
-	// Log what it is rgistered to the import queue and scheduler.
+	// Log what's registered to the import queue and scheduler.
 	imports.LogImportKindNames()
 	scheduler.LogActionNames()