Address review comments

This commit is contained in:
Andrew Dunham 2015-04-15 16:28:13 -07:00
parent 430ff507f0
commit 5eed4d9667
19 changed files with 125 additions and 139 deletions

View file

@ -84,7 +84,7 @@ func (p *PrimaryKey) Int() int64 {
case sequential:
return p.sequentialID
case unique:
msg := "UUID cannot be cast to an int64"
msg := "UUID cannot be converted to an int64"
glog.Errorln(msg)
panic(msg)
}