From e8df6620e575af5e6926117c5f9173e0582fe279 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 7 Mar 2019 16:25:42 +0100 Subject: updated the comments to golint standard --- backend/gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/gen.go') diff --git a/backend/gen.go b/backend/gen.go index 6e95aeb..cc7f0c8 100644 --- a/backend/gen.go +++ b/backend/gen.go @@ -6,7 +6,7 @@ import ( "log" ) -// genForestTree generates a forest representation of the tree with the given index +// GenForestTree generates a forest representation of the tree with the given index func GenForestTree(database *sql.DB, index int64) string { db = database rootNodeID := getRootNodeID(index) -- cgit 1.4.1