Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sukinosuki committed Jun 9, 2023
1 parent c27fa72 commit 8b95b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/sukinosuki/list-to-tree
module github.com/sukinosuki/go-list-to-tree

go 1.18
2 changes: 1 addition & 1 deletion list_to_tree.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package list_to_tree
package tree

type Tree[T any] interface {
GetId() uint
Expand Down
2 changes: 1 addition & 1 deletion list_to_tree_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package list_to_tree
package tree

import (
"fmt"
Expand Down

0 comments on commit 8b95b52

Please sign in to comment.