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