Ejemplo n.º 1
0
Archivo: api.go Proyecto: sangba/im
func delfri(w http.ResponseWriter, r *http.Request) {
	user := api.User{}
	user.DelFri(w, r)
}