mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 04:00:48 +08:00
all: change import paths
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
package native
|
||||
|
||||
import (
|
||||
"github.com/gonum/blas"
|
||||
"github.com/gonum/internal/asm/f64"
|
||||
"gonum.org/v1/gonum/blas"
|
||||
"gonum.org/v1/gonum/internal/asm/f64"
|
||||
)
|
||||
|
||||
var _ blas.Float64Level2 = Implementation{}
|
||||
|
Reference in New Issue
Block a user