Sfoglia il codice sorgente

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 anni fa
parent
commit
434a842ff0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {