Susumu Yata
null+****@clear*****
Tue Jul 11 18:22:59 JST 2017
Susumu Yata 2017-07-11 18:22:59 +0900 (Tue, 11 Jul 2017) New Revision: 35ba5e5c9016bdf217e471fa6a393da51d34a5ac https://github.com/groonga/grnci/commit/35ba5e5c9016bdf217e471fa6a393da51d34a5ac Message: Fix typos. Modified files: v2/gqtp.go v2/http.go Modified: v2/gqtp.go (+1 -1) =================================================================== --- v2/gqtp.go 2017-07-11 18:17:53 +0900 (3f9be4a) +++ v2/gqtp.go 2017-07-11 18:22:59 +0900 (ca21fcc) @@ -81,7 +81,7 @@ func (r *gqtpResponse) Elapsed() time.Duration { return 0 } -// Read read up to len(p) bytes from the response body. +// Read reads up to len(p) bytes from the response body. // The return value n is the number of bytes read. func (r *gqtpResponse) Read(p []byte) (int, error) { if r.closed { Modified: v2/http.go (+1 -1) =================================================================== --- v2/http.go 2017-07-11 18:17:53 +0900 (cd1b51f) +++ v2/http.go 2017-07-11 18:22:59 +0900 (5c99bcb) @@ -237,7 +237,7 @@ func (r *httpResponse) Elapsed() time.Duration { return r.elapsed } -// Read read up to len(p) bytes from the response body. +// Read reads up to len(p) bytes from the response body. // The return value n is the number of bytes read. func (r *httpResponse) Read(p []byte) (n int, err error) { if len(r.left) != 0 { -------------- next part -------------- HTML����������������������������... Descargar