Beispiel #1
0
Datei: api.go Projekt: sangba/im
func info(w http.ResponseWriter, r *http.Request) {
	user := api.User{}
	user.Info(w, r)
}