diff options
author | Emile <hanemile@protonmail.com> | 2019-03-07 16:25:42 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-03-07 16:25:42 +0100 |
commit | e8df6620e575af5e6926117c5f9173e0582fe279 (patch) | |
tree | 0c7bb74f79226a8feadd28aa4cfa9b524b5d18da | |
parent | 072cf91efbcf66a506d015a40613e1205f209d95 (diff) |
updated the comments to golint standard
-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) |