Fixed import paths for null package, add byte typ
This commit is contained in:
parent
3d22dc0897
commit
86ca3bbcea
8 changed files with 47 additions and 26 deletions
queries
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"gopkg.in/nullbio/null.v5"
|
||||
null "gopkg.in/nullbio/null.v6"
|
||||
)
|
||||
|
||||
type testObj struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue