Fixed import paths for null package, add byte typ

This commit is contained in:
Patrick O'brien 2016-11-12 12:02:44 +10:00
parent 3d22dc0897
commit 86ca3bbcea
8 changed files with 47 additions and 26 deletions
randomize

View file

@ -12,7 +12,7 @@ import (
"sync/atomic"
"time"
"gopkg.in/nullbio/null.v5"
null "gopkg.in/nullbio/null.v6"
"github.com/pkg/errors"
"github.com/satori/go.uuid"