コード例 #1
0
ファイル: api.go プロジェクト: sangba/im
func addgrp(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.AddGrp(w, r)
}