瀏覽代碼

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 年之前
父節點
當前提交
434a842ff0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {