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