Skip to content

Commit 40264a2

Browse files
jseriffnullbio
authored andcommitted
Remove old github.com references, and update to gopkg.in ones
1 parent 6ee828f commit 40264a2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

float64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"encoding/json"
77
"strconv"
88

9-
"github.com/nullbio/null/convert"
9+
"gopkg.in/nullbio/null.v6/convert"
1010
)
1111

1212
// Float64 is a nullable float64.

int64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"encoding/json"
77
"strconv"
88

9-
"github.com/nullbio/null/convert"
9+
"gopkg.in/nullbio/null.v6/convert"
1010
)
1111

1212
// Int64 is an nullable int64.

string.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"database/sql/driver"
66
"encoding/json"
77

8-
"github.com/nullbio/null/convert"
8+
"gopkg.in/nullbio/null.v6/convert"
99
)
1010

1111
// String is a nullable string. It supports SQL and JSON serialization.

0 commit comments

Comments
 (0)