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