This repository has been archived on 2019-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
uuid/doc.go
2014-06-04 10:00:37 +08:00

9 lines
305 B
Go

// 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.
//
// UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security Services.
package uuid