更换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 vbt
import (
lastack "github.com/474420502/focus/stack/listarraystack"
lastack "focus/stack/listarraystack"
)
type Iterator struct {

View File

@@ -4,7 +4,7 @@ import (
"sort"
"testing"
"github.com/474420502/focus/compare"
"focus/compare"
)
func TestIerator(t *testing.T) {

View File

@@ -3,8 +3,8 @@ package vbt
import (
"github.com/davecgh/go-spew/spew"
"github.com/474420502/focus/compare"
"github.com/474420502/focus/tree"
"focus/compare"
"focus/tree"
)
type Node struct {

View File

@@ -11,7 +11,7 @@ import (
"github.com/Pallinder/go-randomdata"
"github.com/davecgh/go-spew/spew"
"github.com/474420502/focus/compare"
"focus/compare"
)
func loadTestData() []int {