示例#1
0
func main() {
	tango.Pattern("/", &IndexHandler{})
	tango.ListenAndServe()
}
示例#2
0
func main() {
	tango.ListenAndServe()
}