1
0
mirror of https://github.com/google/uuid.git synced 2025-02-16 12:23:51 +02:00

158 Commits

Author SHA1 Message Date
Paul Borman
1da9265622 uuid: format fix
R=paul
CC=borman
http://codereview.appspot.com/4854050
2011-08-10 15:23:39 -07:00
Paul Borman
fccedfff98 uuid: fix comments
R=ajrisi
CC=borman
http://codereview.appspot.com/4819072
2011-08-10 15:21:56 -07:00
Paul Borman
3943dc54a8 uuid: clean to use more idiomatic names
Convert constants to more Go like names (e.g,. DOMAIN_PERSON -> Person)
Use the hash.Hash interface instead of our own.

R=rcs
CC=borman
http://codereview.appspot.com/4832058
2011-08-09 17:20:55 -07:00
Paul Borman
e8fc8707cf Update the doc line. 2011-08-08 23:14:13 -07:00
Paul Borman
42c4e65571 uuid: add doc.go file
R=paul
CC=borman
http://codereview.appspot.com/4856045
2011-08-08 21:13:39 -07:00
Paul Borman
94eed3bb75 uuid: remove unneeded top level makefile
R=paul
CC=borman
http://codereview.appspot.com/4798074
2011-08-08 14:39:32 -07:00
Paul Borman
808d470594 uuid: source re-organization
Move source to uuid subdirectory.
Add in coderviewability.

R=rsc
CC=borman
http://codereview.appspot.com/4838053
2011-08-08 14:34:29 -07:00
Paul Borman
e130d97558 Initial checking of the go-uuid code. 2011-08-08 11:45:10 -07:00