Skip to content

Commit 8b95b52

Browse files
committed
update go mod
1 parent c27fa72 commit 8b95b52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/sukinosuki/list-to-tree
1+
module github.com/sukinosuki/go-list-to-tree
22

33
go 1.18

list_to_tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package list_to_tree
1+
package tree
22

33
type Tree[T any] interface {
44
GetId() uint

list_to_tree_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package list_to_tree
1+
package tree
22

33
import (
44
"fmt"

0 commit comments

Comments
 (0)