更换package结构
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"github.com/474420502/focus/tree/avldup"
|
||||
"focus/compare"
|
||||
"focus/tree/avldup"
|
||||
)
|
||||
|
||||
// TreeSet
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"github.com/474420502/focus/tree/avldup"
|
||||
"focus/compare"
|
||||
"focus/tree/avldup"
|
||||
)
|
||||
|
||||
func TestTreeSet_Add(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user