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