Ejemplo n.º 1
0
Archivo: api.go Proyecto: sangba/im
func joinGrp(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.JoinGrp(w, r)
}