ソースを参照

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

Roc 1 年間 前
コミット
3119f859e3
1 ファイル変更1 行追加0 行削除
  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"
 )