package api import ( "net/http" ) func (api *API) albumsHandler(w http.ResponseWriter, r *http.Request) { }