更换package结构

This commit is contained in:
2020-03-21 08:43:29 +08:00
parent 1eb9512a5f
commit f64c65069b
57 changed files with 85 additions and 70 deletions

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"strings"
"github.com/474420502/focus/compare"
"github.com/474420502/focus/tree/avldup"
"focus/compare"
"focus/tree/avldup"
)
// TreeSet

View File

@@ -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) {