Browse Source

Changed all import of deprecated package

Adria Casajus 10 years ago
parent
commit
e44de0d770
4 changed files with 4 additions and 4 deletions
  1. 1 1
      cassandra_test.go
  2. 1 1
      marshal.go
  3. 1 1
      marshal_test.go
  4. 1 1
      wiki_test.go

+ 1 - 1
cassandra_test.go

@@ -18,7 +18,7 @@ import (
 	"time"
 	"unicode"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 var (

+ 1 - 1
marshal.go

@@ -17,7 +17,7 @@ import (
 	"strings"
 	"time"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 var (

+ 1 - 1
marshal_test.go

@@ -12,7 +12,7 @@ import (
 	"testing"
 	"time"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 var marshalTests = []struct {

+ 1 - 1
wiki_test.go

@@ -6,7 +6,7 @@ import (
 	"fmt"
 	"reflect"
 	"sort"
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 	"testing"
 	"time"
 )