Browse Source

format http println

master
Patrick Peng Sun 8 years ago
parent
commit
03d6aedcfe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      upload.go

+ 1
- 1
upload.go View File

@@ -119,5 +119,5 @@ func debugDumpHTTPResponse(r *http.Response) {
if e != nil {
log.Fatal(e)
}
fmt.Printf("dump : %s", dump)
fmt.Printf("dump http Response \n : %s", dump)
}

Loading…
Cancel
Save