mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +08:00
all: change import paths
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package linear
|
||||
|
||||
import (
|
||||
"github.com/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph"
|
||||
)
|
||||
|
||||
// NodeStack implements a LIFO stack of graph.Node.
|
||||
|
Reference in New Issue
Block a user