]> Cypherpunks repositories - gostls13.git/commit
http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func))
authorAndrew Gerrand <adg@golang.org>
Sun, 28 Mar 2010 23:02:37 +0000 (10:02 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 28 Mar 2010 23:02:37 +0000 (10:02 +1100)
commitdc6f8321b11370a5b3dd2babd64c60228c274e78
tree652ceccf89d1ccc3e982d8c4393d443dd732ed01
parent66dd26e9673b458a36265d6e8878de20abf3ab8d
http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func))

R=rsc
CC=golang-dev
https://golang.org/cl/763042
src/pkg/http/server.go