mirror of
https://github.com/gonum/gonum.git
synced 2025-10-30 02:02:09 +08:00
all: change import paths
This commit is contained in:
@@ -9,11 +9,11 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/graph"
|
||||
"github.com/gonum/graph/path/internal"
|
||||
"github.com/gonum/graph/path/internal/testgraphs"
|
||||
"github.com/gonum/graph/simple"
|
||||
"github.com/gonum/graph/topo"
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph/path/internal"
|
||||
"gonum.org/v1/gonum/graph/path/internal/testgraphs"
|
||||
"gonum.org/v1/gonum/graph/simple"
|
||||
"gonum.org/v1/gonum/graph/topo"
|
||||
)
|
||||
|
||||
var aStarTests = []struct {
|
||||
|
||||
Reference in New Issue
Block a user