mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 12:10:37 +08:00
all: change import paths
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
"math"
|
||||
"sort"
|
||||
|
||||
"github.com/gonum/graph"
|
||||
"github.com/gonum/graph/simple"
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph/simple"
|
||||
)
|
||||
|
||||
// UndirectedWeighter is an undirected graph that returns edge weights.
|
||||
|
Reference in New Issue
Block a user