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