Address review comments
This commit is contained in:
parent
430ff507f0
commit
5eed4d9667
19 changed files with 125 additions and 139 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue