diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-11-29 23:02:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-11-29 23:02:54 +0000 |
commit | b740cb6335fd36e5847f2abd3c890b7f14d1ef30 (patch) | |
tree | 3cbc69464b9e65b6abf2f6adbda2845f1577b756 /libgo/go/http/request.go | |
parent | cebc182b78fd3be5396fb772f3b12a9096fc73ab (diff) | |
download | gcc-b740cb6335fd36e5847f2abd3c890b7f14d1ef30.zip gcc-b740cb6335fd36e5847f2abd3c890b7f14d1ef30.tar.gz gcc-b740cb6335fd36e5847f2abd3c890b7f14d1ef30.tar.bz2 |
libgo: update to weekly.2011-10-25
Changes were mainly straightforward to merge.
From-SVN: r181824
Diffstat (limited to 'libgo/go/http/request.go')
-rw-r--r-- | libgo/go/http/request.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/http/request.go b/libgo/go/http/request.go index 02317e0..78e07ec 100644 --- a/libgo/go/http/request.go +++ b/libgo/go/http/request.go @@ -4,8 +4,6 @@ // HTTP Request reading and parsing. -// Package http implements parsing of HTTP requests, replies, and URLs and -// provides an extensible HTTP server and a basic HTTP client. package http import ( |