Skip to content

Commit

Permalink
Remove leftover comment.
Browse files Browse the repository at this point in the history
Fix reamde to no longer say this is experimental.
The API is not going to change.
  • Loading branch information
Paul Borman committed Aug 27, 2018
1 parent dec09d7 commit d460ce9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 0 additions & 2 deletions marshal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d460ce9

Please sign in to comment.