David Symonds
0b37a59742
go-uuid: Make uuid_test.go independent of the system clock.
...
The test depends on an advancing clock, but it can sometimes run
fast enough that the clock has not advanced.
R=borman
CC=borman
http://codereview.appspot.com/6243069
Committer: Paul Borman <borman@google.com>
2012-06-05 07:45:31 -07:00
David Symonds
7fc15a0835
go-uuid: Update to Go 1.
...
R=borman
CC=borman
http://codereview.appspot.com/6255058
Committer: Paul Borman <borman@google.com>
2012-05-29 18:05:31 -05:00
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