Skip to content

Commit

Permalink
Remove old github.com references, and update to gopkg.in ones
Browse files Browse the repository at this point in the history
  • Loading branch information
jseriff authored and nullbio committed Nov 16, 2016
1 parent 6ee828f commit 40264a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion float64.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"encoding/json"
"strconv"

"github.com/nullbio/null/convert"
"gopkg.in/nullbio/null.v6/convert"
)

// Float64 is a nullable float64.
Expand Down
2 changes: 1 addition & 1 deletion int64.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"encoding/json"
"strconv"

"github.com/nullbio/null/convert"
"gopkg.in/nullbio/null.v6/convert"
)

// Int64 is an nullable int64.
Expand Down
2 changes: 1 addition & 1 deletion string.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"database/sql/driver"
"encoding/json"

"github.com/nullbio/null/convert"
"gopkg.in/nullbio/null.v6/convert"
)

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

0 comments on commit 40264a2

Please sign in to comment.