mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
convert non-low-level non-google pkg code
to whole-package compilation. R=r OCL=33070 CL=33101
This commit is contained in:
parent
5b62b19d43
commit
b04ac108fd
166 changed files with 305 additions and 2917 deletions
|
|
@ -409,8 +409,6 @@ func serveHTTP(c *http.Conn, req *http.Request) {
|
|||
server.input(conn);
|
||||
}
|
||||
|
||||
func debugHTTP(c *http.Conn, req *http.Request)
|
||||
|
||||
// HandleHTTP registers an HTTP handler for RPC messages.
|
||||
// It is still necessary to invoke http.Serve(), typically in a go statement.
|
||||
func HandleHTTP() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue