mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 20:51:06 +08:00
all: change import paths
This commit is contained in:
@@ -7,8 +7,8 @@ package distuv_test
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/gonum/stat"
|
||||
"github.com/gonum/stat/distuv"
|
||||
"gonum.org/v1/gonum/stat"
|
||||
"gonum.org/v1/gonum/stat/distuv"
|
||||
)
|
||||
|
||||
func ExampleNormal() {
|
||||
|
Reference in New Issue
Block a user