mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 08:30:14 +08:00
all: change import paths
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/blas"
|
||||
"gonum.org/v1/gonum/blas"
|
||||
)
|
||||
|
||||
func TestDgemmParallel(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user