Exemplo n.º 1
0
func main() {
	tango.Pattern("/", &IndexHandler{})
	tango.ListenAndServe()
}
Exemplo n.º 2
0
func main() {
	tango.ListenAndServe()
}