Example #1
0
File: api.go Project: sangba/im
func joinGrp(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.JoinGrp(w, r)
}