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 years ago
parent
commit
434a842ff0
1 changed files with 1 additions and 1 deletions
  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 {