This commit is contained in:
Miek Gieben 2011-02-07 20:28:54 +01:00
parent 887915bac6
commit f33913824e
1 changed files with 9 additions and 0 deletions

9
TODO
View File

@ -13,6 +13,15 @@ Todo:
* Tsig generation for replies (request MAC)
* pack/Unpack smaller
From http package:
func HandleFunc(pattern string, handler func(ResponseWriter, *Request))
HandleFunc registers the handler function for the given pattern
in the DefaultServeMux.
func ListenAndServe(addr string, handler Handler) os.Error
Longer term:
* Parsing from strings, going with goyacc and own lexer
* Multi line output?