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 c27fa72 commit 8b95b52Copy full SHA for 8b95b52
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/sukinosuki/list-to-tree
+module github.com/sukinosuki/go-list-to-tree
2
3
go 1.18
list_to_tree.go
@@ -1,4 +1,4 @@
-package list_to_tree
+package tree
type Tree[T any] interface {
4
GetId() uint
list_to_tree_test.go
import (
"fmt"
0 commit comments