package api import ( "net/http" ) func (s *Server) handleAuth(w http.ResponseWriter, r *http.Request) { // ...existing code... }