예제 #1
0
파일: api.go 프로젝트: sangba/im
func joinGrp(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.JoinGrp(w, r)
}