shutdown_old.go 123 B

1234567891011
  1. // +build !go1.8
  2. package main
  3. import (
  4. "net/http"
  5. )
  6. func shutdownServer(_ *http.Server) {
  7. // Nothing we can do here
  8. }