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