fetchall: fix example in readme.
This commit is contained in:
parent
361279b1b5
commit
555c710de0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
Пример:
|
Пример:
|
||||||
```
|
```
|
||||||
fetchall/solution.go https://gopl.io golang.org http://golang.org
|
$ fetchall https://gopl.io golang.org http://golang.org
|
||||||
Get golang.org: unsupported protocol scheme ""
|
Get golang.org: unsupported protocol scheme ""
|
||||||
1.05s 11071 http://golang.org
|
1.05s 11071 http://golang.org
|
||||||
2.18s 4154 https://gopl.io
|
2.18s 4154 https://gopl.io
|
||||||
|
|
Loading…
Reference in a new issue