We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d919210 commit 03dad52Copy full SHA for 03dad52
nested_set.go
@@ -14,7 +14,7 @@ import (
14
// MoveDirection means where the node is going to be located
15
type MoveDirection int
16
17
-// MoveDirectionLeft ...
+// MoveDirections ...
18
const (
19
// MoveDirectionLeft : MoveTo(db, a, n, MoveDirectionLeft) => a|n|...
20
MoveDirectionLeft MoveDirection = -1
0 commit comments