Fixed example client to download files properly
This commit is contained in:
parent
a3a5405144
commit
72a0de2f13
@ -35,7 +35,7 @@ func main() {
|
|||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Print(contents)
|
fmt.Print(string(contents))
|
||||||
} else {
|
} else {
|
||||||
var (
|
var (
|
||||||
bytes []byte
|
bytes []byte
|
||||||
|
Loading…
Reference in New Issue
Block a user