Exemplo n.º 1
0
Arquivo: api.go Projeto: sangba/im
func login(w http.ResponseWriter, r *http.Request) {
	user := api.User{}
	user.Login(w, r)
}