Spotlight archive

Guess the language.

Three lines, six guesses.

MODESpotlight0/6
Spotlight · ?.??
1func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
2 if r.Method != http.MethodGet { http.Error(w, "405", 405); return }
3 fmt.Fprintln(w, "ok"); }
Keep going