Fix client example (#13)
This commit is contained in:
parent
3e11dcff04
commit
2ea27a7b34
@ -37,7 +37,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
res, _ := gopher.Get("gopher://gopher.floodgap.com/")
|
res, _ := gopher.Get("gopher://gopher.floodgap.com/")
|
||||||
bytes, _ = res.Dir.ToText()
|
bytes, _ := res.Dir.ToText()
|
||||||
fmt.Println(string(bytes))
|
fmt.Println(string(bytes))
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user