mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 04:31:03 +08:00
all: change import paths
This commit is contained in:
@@ -7,7 +7,7 @@ package native
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/blas/testblas"
|
||||
"gonum.org/v1/gonum/blas/testblas"
|
||||
)
|
||||
|
||||
func TestDgemv(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user