diff pkg/mesh/cache.go @ 4853:181c2c05b12a

More golint fixes.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Nov 2019 16:27:38 +0100
parents f4abfd0ee8ad
children ab6eb160cd29
line wrap: on
line diff
--- a/pkg/mesh/cache.go	Tue Nov 19 16:08:55 2019 +0100
+++ b/pkg/mesh/cache.go	Tue Nov 19 16:27:38 2019 +0100
@@ -103,7 +103,7 @@
 	return cache.get(ctx, conn, bottleneck, date)
 }
 
-// FetchOctreeDirectly loads an octree directly from the database.
+// FetchMeshDirectly loads a mesh directly from the database.
 func FetchMeshDirectly(
 	ctx context.Context,
 	tx *sql.Tx,