]> Cypherpunks repositories - gostls13.git/commitdiff
Trivial documentation fix for func ListenAndServe().
authorStephen Ma <stephenm@golang.org>
Fri, 16 Oct 2009 05:18:14 +0000 (22:18 -0700)
committerStephen Ma <stephenm@golang.org>
Fri, 16 Oct 2009 05:18:14 +0000 (22:18 -0700)
R=go-dev
APPROVED=gri
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=35817
CL=35819

src/pkg/http/server.go

index 079af706b81e196ad94ecf4ee14359a7ef734911..fb6b3bd4d8d9447b663bfa524e4595450321cf0b 100644 (file)
@@ -550,6 +550,7 @@ func Serve(l net.Listener, handler Handler) os.Error {
 //     package main
 //
 //     import (
+//             "http";
 //             "io";
 //     )
 //