]> Cypherpunks repositories - gostls13.git/commit
strconv: update Unquote example to be more concise
authorSabin Mihai Rapan <sabin.rapan@gmail.com>
Mon, 5 Feb 2018 17:44:09 +0000 (19:44 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 7 May 2018 20:39:37 +0000 (20:39 +0000)
commit74879f0f014549f7881539d96d842ae1d6d3aa92
treeabc1fe37adcb4098f4b01fddcd92dd398190e24f
parent8e9386db0ee72ffa847b1673d15f6092291724d9
strconv: update Unquote example to be more concise

Changed the example to convey the intent of the Unquote function
in a more succint way.

Fixes #23693

Change-Id: I49465641d730e70b5af0d47057335af39882bcec
Reviewed-on: https://go-review.googlesource.com/92015
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/strconv/example_test.go