Browse Source

docs(stringtointslice): fix the console name from 'go' to 'console'

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

2
subjects/stringtointslice/README.md

@ -33,7 +33,7 @@ func main() {
And its output:
```go
```console
$ go run . | cat -e
[65 32 113 117 105 99 107 32 98 114 111 119 110 32 102 111 120 32 106 117 109 112 115 32 111 118 101 114 32 116 104 101 32 108 97 122 121 32 100 111 103]$
[67 111 110 118 101 114 116 101 100 32 116 104 105 115 32 115 116 114 105 110 103 32 105 110 116 111 32 97 110 32 105 110 116]$

Loading…
Cancel
Save