更换package结构
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package heap
|
||||
|
||||
import (
|
||||
"github.com/474420502/focus/compare"
|
||||
"focus/compare"
|
||||
)
|
||||
|
||||
type Tree struct {
|
||||
|
||||
@@ -4,7 +4,8 @@ import (
|
||||
"sort"
|
||||
"testing"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"focus/compare"
|
||||
|
||||
"github.com/Pallinder/go-randomdata"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user