Esempio n. 1
0
File: api.go Progetto: sangba/im
func mems(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.Mems(w, r)
}