Browse Source

Update deprecated package

At http://speter.net/ it says that the speter.net/go/exp/math/dec/inf has been replaced by gopkg.in/inf.v0
Adrià Casajús 10 năm trước cách đây
mục cha
commit
434a842ff0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      helpers.go

+ 1 - 1
helpers.go

@@ -10,7 +10,7 @@ import (
 	"strings"
 	"time"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 type RowData struct {