playing with stuff

This commit is contained in:
Miek Gieben 2011-04-01 10:53:31 +02:00
parent ca4d8086df
commit b7671d7b48
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,15 @@ import (
"net"
)
// Handle register the handler the given pattern
// in the DefaultServeMux. The documentation for
// ServeMux explains how patters are matched.
func Handle(pattern string, handler Hander) {
}
type S
// HandleUDP handles one UDP connection. It reads the incoming
// message and then calls the function f.
// The function f is executed in a seperate goroutine at which point