Browse Source

docs(descendappendrange): fix console, missing 'cat -e'

DEV-3376-pointers-drop-the-thread-multiple-issues
Tiago Collot 2 years ago
parent
commit
3102b64701
  1. 2
      subjects/descendappendrange/README.md

2
subjects/descendappendrange/README.md

@ -39,7 +39,7 @@ func main() {
And its output:
```console
$ go run .
$ go run . | cat -e
[10 9 8 7 6]
[]
$

Loading…
Cancel
Save