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

uuid: format fix

R=paul
CC=borman
http://codereview.appspot.com/4854050
This commit is contained in:
Paul Borman
2011-08-10 15:23:39 -07:00
parent fccedfff98
commit 1da9265622

View File

@@ -66,9 +66,9 @@ var tests = []test{
}
var constants = []struct {
c interface{}
c interface{}
name string
} {
}{
{Person, "Person"},
{Group, "Group"},
{Org, "Org"},