package main import ( "biukop.com/sfm/loan" "net/http" ) func apiV1LenderList(w http.ResponseWriter, r *http.Request, ss *loan.Session) { apiV1SendJson(loan.LenderList(), w, r, ss) }