更换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

@@ -1,7 +1,7 @@
package heap
import (
"github.com/474420502/focus/compare"
"focus/compare"
)
type Tree struct {

View File

@@ -4,7 +4,8 @@ import (
"sort"
"testing"
"github.com/474420502/focus/compare"
"focus/compare"
"github.com/Pallinder/go-randomdata"
)