Fixed example client to download files properly

This commit is contained in:
James Mills 2016-09-22 13:11:26 +10:00
parent a3a5405144
commit 72a0de2f13
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func main() {
log.Fatal(err)
}
fmt.Print(contents)
fmt.Print(string(contents))
} else {
var (
bytes []byte