示例#1
0
文件: api.go 项目: sangba/im
func addgrp(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.AddGrp(w, r)
}