Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
fix add unset examle
Browse files Browse the repository at this point in the history
  • Loading branch information
andri-de committed Oct 30, 2017
1 parent 0ad781e commit fb641dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_byteslice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ func ExampleUnset() {
log.Println("Unset with two byte slices of different size needs to return an error and no value")
}
fmt.Printf("%x\n", val)
// Output: []
// Output:
}

0 comments on commit fb641dd

Please sign in to comment.