]> Cypherpunks repositories - gostls13.git/commit
net/http: document ServeMux handling of pattern "/"
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Sep 2013 10:20:16 +0000 (11:20 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Sep 2013 10:20:16 +0000 (11:20 +0100)
commit1a819be59053fa1d6b76cb9549c9a117758090ee
tree57acf836a22688c6627c9507c09daca4525cef8f
parentea78a4a7a27e96a5de269a29d08530228cb8a1bf
net/http: document ServeMux handling of pattern "/"

Fixes #4799

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/13457047
src/pkg/net/http/example_test.go
src/pkg/net/http/server.go