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

Remove leftover comment.

Fix reamde to no longer say this is experimental.
The API is not going to change.
This commit is contained in:
Paul Borman 2018-08-27 15:42:32 -05:00
parent dec09d789f
commit d460ce9f8d
3 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,3 @@
**This package is currently in development and the API may not be stable.**
The API will become stable with v1.
# uuid ![build status](https://travis-ci.org/google/uuid.svg?branch=master)
The uuid package generates and inspects UUIDs based on
[RFC 4122](http://tools.ietf.org/html/rfc4122)

View File

@ -15,8 +15,6 @@ func (uuid UUID) MarshalText() ([]byte, error) {
// UnmarshalText implements encoding.TextUnmarshaler.
func (uuid *UUID) UnmarshalText(data []byte) error {
// See comment in ParseBytes why we do this.
// id, err := ParseBytes(data)
id, err := ParseBytes(data)
if err == nil {
*uuid = id

View File

@ -37,7 +37,6 @@ func SetNodeInterface(name string) bool {
}
func setNodeInterface(name string) bool {
iname, addr := getHardwareInterface(name) // null implementation for js
if iname != "" && addr != nil {
ifname = iname