all: change import paths

This commit is contained in:
Brendan Tracey
2017-05-23 00:03:03 -06:00
parent 9cfdd41029
commit d33397aa65
504 changed files with 989 additions and 989 deletions

View File

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