mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 14:19:35 +08:00
all: change import paths
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
"math"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/graph"
|
||||
"github.com/gonum/graph/simple"
|
||||
"github.com/gonum/matrix/mat64"
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph/simple"
|
||||
"gonum.org/v1/gonum/matrix/mat64"
|
||||
)
|
||||
|
||||
var directedGraphs = []struct {
|
||||
|
Reference in New Issue
Block a user