更换package结构
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package linkedhashmap
|
||||
|
||||
import (
|
||||
linkedlist "github.com/474420502/focus/list/linked_list"
|
||||
linkedlist "focus/list/linked_list"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"github.com/474420502/focus/tree/avlkeydup"
|
||||
"focus/compare"
|
||||
"focus/tree/avlkeydup"
|
||||
)
|
||||
|
||||
type TreeMap struct {
|
||||
|
||||
Reference in New Issue
Block a user