rename package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package pqueue
|
||||
|
||||
import (
|
||||
"474420502.top/eson/structure/lastack"
|
||||
"github.com/474420502/focus/lastack"
|
||||
)
|
||||
|
||||
type Iterator struct {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package pqueue
|
||||
|
||||
import "474420502.top/eson/structure/compare"
|
||||
import "github.com/474420502/focus/compare"
|
||||
|
||||
type PriorityQueue struct {
|
||||
queue *vbTree
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"474420502.top/eson/structure/compare"
|
||||
"github.com/474420502/focus/compare"
|
||||
)
|
||||
|
||||
func TestQueuePush(t *testing.T) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package pqueue
|
||||
|
||||
import (
|
||||
"474420502.top/eson/structure/compare"
|
||||
"github.com/474420502/focus/compare"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"474420502.top/eson/structure/compare"
|
||||
"github.com/474420502/focus/compare"
|
||||
"github.com/huandu/skiplist"
|
||||
|
||||
"github.com/Pallinder/go-randomdata"
|
||||
|
||||
Reference in New Issue
Block a user