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:
@@ -5,7 +5,7 @@
|
||||
// Package ordered provides common sort ordering types.
|
||||
package ordered
|
||||
|
||||
import "github.com/gonum/graph"
|
||||
import "gonum.org/v1/gonum/graph"
|
||||
|
||||
// ByID implements the sort.Interface sorting a slice of graph.Node
|
||||
// by ID.
|
||||
|
Reference in New Issue
Block a user