diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/gen.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |