Trivial documentation fix for func ListenAndServe().

R=go-dev
APPROVED=gri
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=35817
CL=35819
This commit is contained in:
Stephen Ma 2009-10-15 22:18:14 -07:00
parent 545dbd810c
commit f9e08759de
1 changed files with 1 additions and 0 deletions

View File

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