更换package结构
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package pqueue
|
||||
|
||||
import (
|
||||
lastack "github.com/474420502/focus/stack/listarraystack"
|
||||
lastack "focus/stack/listarraystack"
|
||||
)
|
||||
|
||||
type Iterator struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package pqueue
|
||||
|
||||
import (
|
||||
"github.com/474420502/focus/compare"
|
||||
"focus/compare"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"focus/compare"
|
||||
)
|
||||
|
||||
func TestQueuePush(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package pqueue
|
||||
import (
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"focus/compare"
|
||||
)
|
||||
|
||||
type Node struct {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"github.com/474420502/focus/compare"
|
||||
"focus/compare"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user