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)
|
||||
}
|
||||
|
||||
fmt.Print(contents)
|
||||
fmt.Print(string(contents))
|
||||
} else {
|
||||
var (
|
||||
bytes []byte
|
||||
|
Loading…
Reference in New Issue
Block a user