rename package

This commit is contained in:
eson 2019-05-08 11:04:03 +08:00
parent 368447c31d
commit d718d87cd6
32 changed files with 33 additions and 33 deletions

View File

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

View File

@ -3,7 +3,7 @@ package plist
import (
"strings"
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -7,7 +7,7 @@ import (
"log"
"testing"
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
)
func loadTestData() []int {

View File

@ -1,7 +1,7 @@
package pqueue
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,6 +1,6 @@
package pqueue
import "474420502.top/eson/structure/compare"
import "github.com/474420502/focus/compare"
type PriorityQueue struct {
queue *vbTree

View File

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

View File

@ -1,7 +1,7 @@
package pqueue
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -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"

View File

@ -1,7 +1,7 @@
package pqueuekey
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,6 +1,6 @@
package pqueuekey
import "474420502.top/eson/structure/compare"
import "github.com/474420502/focus/compare"
type PriorityQueue struct {
queue *vbTree

View File

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

View File

@ -1,7 +1,7 @@
package pqueuekey
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -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"

View File

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

View File

@ -1,7 +1,7 @@
package avl
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -7,7 +7,7 @@ import (
"log"
"testing"
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/Pallinder/go-randomdata"
"github.com/davecgh/go-spew/spew"
"github.com/emirpasic/gods/trees/avltree"

View File

@ -1,7 +1,7 @@
package avl
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,7 +1,7 @@
package avldup
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -7,7 +7,7 @@ import (
"log"
"testing"
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/Pallinder/go-randomdata"
"github.com/davecgh/go-spew/spew"
"github.com/emirpasic/gods/trees/avltree"

View File

@ -1,7 +1,7 @@
package avldup
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,7 +1,7 @@
package avlkey
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -7,7 +7,7 @@ import (
"log"
"testing"
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/Pallinder/go-randomdata"
"github.com/davecgh/go-spew/spew"
"github.com/emirpasic/gods/trees/avltree"

View File

@ -1,7 +1,7 @@
package avlkey
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,7 +1,7 @@
package avlkeydup
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -7,7 +7,7 @@ import (
"log"
"testing"
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/Pallinder/go-randomdata"
"github.com/davecgh/go-spew/spew"
"github.com/emirpasic/gods/trees/avltree"

View File

@ -1,7 +1,7 @@
package avlkeydup
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,7 +1,7 @@
package vbt
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,7 +1,7 @@
package vbt
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -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"

View File

@ -1,7 +1,7 @@
package vbtkey
import (
"474420502.top/eson/structure/lastack"
"github.com/474420502/focus/lastack"
)
type Iterator struct {

View File

@ -1,7 +1,7 @@
package vbtkey
import (
"474420502.top/eson/structure/compare"
"github.com/474420502/focus/compare"
"github.com/davecgh/go-spew/spew"
)

View File

@ -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"