package account import "net/http" func Read(w http.ResponseWriter, r *http.Request) { http.Error(w, "not impl", http.StatusNotImplemented) }