google / uuid

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
BSD 3-Clause "New" or "Revised" License
5.26k stars 362 forks source link

Remove never-true conditional #22

Closed kortschak closed 6 years ago

kortschak commented 6 years ago

Please take a look.

This looks like it was missed when the []byte=>[16]byte change was made.

pborman commented 6 years ago

Thanks!