mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 15:47:01 +08:00
all: change import paths
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
package sampleuv
|
||||
|
||||
import "github.com/gonum/stat/distuv"
|
||||
import "gonum.org/v1/gonum/stat/distuv"
|
||||
|
||||
func max(a, b int) int {
|
||||
if a < b {
|
||||
|
Reference in New Issue
Block a user