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