Explorar o código

Merge remote-tracking branch 'origin/15.0' into debug

Roc hai 1 ano
pai
achega
3119f859e3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      utils/calculate.go

+ 1 - 0
utils/calculate.go

@@ -1,6 +1,7 @@
 package utils
 
 import (
+	"github.com/gonum/stat"
 	"github.com/shopspring/decimal"
 	"math"
 )