1
0
mirror of https://github.com/google/uuid.git synced 2024-11-24 08:32:23 +02:00

uuid: add doc.go file

R=paul
CC=borman
http://codereview.appspot.com/4856045
This commit is contained in:
Paul Borman 2011-08-08 21:13:39 -07:00
parent 94eed3bb75
commit 42c4e65571

7
uuid/doc.go Executable file
View File

@ -0,0 +1,7 @@
// Copyright 2011 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The uuid package generates and inspects UUIDs based on RFC 4122 and
// DCE 1.1: Authentication and Security Services.
package uuid