pborman
cccd189d45
Merge pull request #6 from jboverfelt/sql-scanner
...
Implement database/sql's Scanner interface. Fixes #5
2015-08-24 14:28:02 -07:00
Justin Overfelt
7464a2351d
Implement database/sql's Scanner interface. Fixes #5
2015-08-24 16:47:56 -04:00
Mawueli Kofi Adzoe
47b178d76c
Create README.md
2015-07-17 14:13:31 +00:00
Paul Borman
ca53cad383
Remove unneeded lib directory
2015-06-03 14:40:16 -07:00
Paul Borman
2a573a0b4d
Move code up one directory
2015-06-03 14:39:07 -07:00
Paul Borman
ed3ca8a15a
go-uuid: Fix JSON encoding for empty UUIDs
2014-12-02 10:54:02 -06:00
Paul Borman
e1a3bdbdba
Actually include the clock_seq fix
2014-12-01 10:02:42 -08:00
Paul Borman
20e286fb8b
Hopefully actually add the new json files and seq_test.go file.
2014-12-01 09:59:57 -08:00
Paul Borman
bd9fbafc7a
Cleanup
2014-04-14 13:07:31 -07:00
Paul Borman
cf8abfc1a1
Add locking around global time functions.
2014-04-14 13:05:23 -07:00
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